PDF Include


Action segment exceed

Grettings to all!.

I was incorporation the pdf_inc routines to a window I have where i show reports, by mean of an editor.
The thing is it gets to the 64k action segment limit.

I put the call to {pdf_inc.i} in the definitions section. It is there where it sould be? can't move because of temp-table defs and all that stuf.

The funny thing is that i get the error at runtime, not compile time!!!???

I've encapsulated triggers code in internal procedures, but can't reduce enough.

Any help would be very appreciated.


pdf created using pdfinclude crashes foxitreader

I have a PDF file that i am creating using PDFInclude, the resultant PDF opens fine in Adobe Reader 8, however everytime i try to open it using Foxitreader (latest version) it crashes the program.

The code i have for creating the pdf is as follows:

getQuote does nothing more than stick the session tables back into their respective temp-tables.

  RUN getQuote.
  
  DEFINE VARIABLE Vold_Y      AS INTEGER NO-UNDO.

  DEFINE VARIABLE vStateBook  AS INTEGER NO-UNDO.
  DEFINE VARIABLE vCustBook   AS INTEGER NO-UNDO.
  DEFINE VARIABLE vNullBook   AS INTEGER NO-UNDO.

using PDFInclude in subprograms?

I have a need to open a stream using PDFInclude in a main procedure, but actually build the document in a subprocedure. Can this be done with the standard PDFInclude files, and if so, what include files do I need to include in the subprogram? Please let me know ASAP folks! Thanks!


Template reading problems

Hello,


What to use when creating PDF File for form completion in Progress

Hi All,

I have tried using Professional PDF Convertor to add fiels toan Existing PDF File, so that I can populate these fields from PDFInclude...

Well now I get an error (Progress) Invalid Character in Numeric Input T Before I added the field(s), the File could be include in PDFInclude, without any problems.

What is everyone using to create PDF Files with fields? PDF Convertor allows conversion from .doc files etc.

Thnx

Jonathan


Pdf include

Hi Guys,


Problems reading PDF Files created in version 7 in Adobe version 8

I have received notification from users that files created with PDFInclude in PROGRESS using PDF version 7 could not be opened in Adobe Version 8.

Has anyone else encountered this problem, and how was it resolved?


PDF form field dissapear after using pdf_use_PDF_page

Hi,

I'm trying to simply figure out how to use dynamic forms. I created a form in acrobat and wanted to test it. Unfortunately the resultant form has no fields or filled in values.

Can some one please explain what I am doing wrong?

This is my code with the template and the resultant pdf file attached.

{inc/pdf_inc.i "NOT SUPER"}

RUN pdf_open_PDF IN h_PDFinc ("Spdf","c:\Temp\template.pdf","Inv"). /* Open Template PDF*/
RUN pdf_new IN h_PDFinc ("Spdf","c:\temp\filled-form.pdf").

RUN pdf_new_page IN h_PDFinc ("Spdf").


Problem with keeping newline when pdf output is created

Hi,

I started using PDFInclude from last one week. I am having problem with diplaying a string variable having newline characters.

Here is what's in database field po_text:

(1) 500 gallon tote.
.
Replacement stock.

I used RUN pdf_text_xy("Spdf", po_text, 15,490).

But the text is showing up as below on one line:

(3) 500 gallon totes..Replacement stock.

Could someone suggest how to show the text as it is in database field.

Thanks


Font registering

May i know is it possible to register the font with an existing pdf document


Syndicate content