PDF Include


pdf_text_rotate

Hi All,

Is it just me or does the pdf_text_rotate procedure not work?

I am trying to get a watermark to go across the page at an angle but when i add the rotate feature nothing changed no matter what the angle set.


Problem when create PDF

Hello every body!
Is anybody here that can help me with the PDF include? I'm new with this tool!!

The situation is this:
I'm creating a PDF Documents, and I'v already finished with that, but know I need to create just one PDF in which I can have all the PDF that I've already create.

I'm using one ".p" file for each PDF that I'm creating, to make it easy to de user, so in that way, the user makes click in a link and I run the .p file to create the PDF, and show it on the window explorer.


No accents on printing

PDF seems good both with Adobe and Foxit Reader but sending directly to the printer, the output contains illegal characters instead of accented letters. It is a printer setting problem or I have to change something in the PDF ? It is a Konica PDF capable office center.


error when loading pdf template : Could not Load DLL procedure zlib1.dll (3258)

Could not Load DLL procedure zlib1.dll (3258)

The above is the error message i get when trying to load in a pdf. My code is as follows:

{pdf_inc.i}

RUN pdf_new("spdf","c:\invoice.pdf").

RUN pdf_open_PDF("spdf","C:\Documents and Settings\sbrannan\Desktop\template.pdf","Inv").

RUN pdf_new_page("spdf").
RUN pdf_use_pdf_page("spdf","Inv",1).

RUN pdf_fill_text("spdf","Cost","£999.99","").

I am going to try and download zlib.dll i am unsure which directory to put it in. Im guessing the same as the other pdfinc .dll files. Any advice would be appreciated

Thanks


New version!

Hi everybody!


I've just released some code in the SVN repository.
See the PdfInclude page for more info on the bug fixes and new features.


However I'm not taking over as a full time maintainer, I just do that in my free time, so please don't except too much ;-)


Adobe Reader cannot open PDF

Until this time we solved this old problem simply using Foxit Reader and recommended it to our partners.
But unfortunately some partners want send our PDFs to their customers who dont want use Foxit, Adobe is their company standard. Altough I saw this question already here, perhaps someone found solution since it...


WEBSPEED with PDFInclude

I can't generate pdf file in webserver

RUN pdf_new ("Spdf","http://example.com/pdf/Hello.pdf").
RUN pdf_new ("Spdf","c:\temp\pdf\Hello.pdf").
RUN pdf_new ("Spdf","data/programs/pdf/Hello.pdf").

what is the correct form?
need some especial settings or configuration in the server?

in local works fine, but when i put it in webserver doesn't work
any suggestion or examples that I can see with webspeed working


PDFinclude with OpenEdge 64bit

Au secours (HELP)

I have been using PDFinclude to generate forms using PDF form fields with success using Progress 9 and
OpenEdge 10 32 bit.

I recently had to upgrade my version of OpenEdge 10.2A from 32bit to 64bit on AIX 6.1 64bit.

I made sure to extract the libz.so.1 64bit version from the zlib-1.2.3 library.

But now, the decompress function call (function found in the zlib library) returns the error code -5, so it no longer works.

Can anyone help me ?

OpenEdge 10.2A 64bit, AIX 6.1 64bit, PDFInclude 3.3.3, zlib 1.2.3


Problems using PDF template

Hello - I am getting the following error when trying to create a PDF via existing PDF template.

However, I can not get past the "pdf_use_PDF_page" call. I always get the error:

"pdf_use_PDF_Page Invalid Page # for PDF ID = Inv stream=Spdf"

Can anyone help?

Here is my code:

{ pdf_inc.i}

RUN pdf_new ("Spdf","c:\temp\InvoiceDoc-Fill.pdf").

RUN pdf_open_PDF("Spdf","c:\temp\invForm.pdf","Inv"). /* Open Template PDF */

RUN pdf_new_page("Spdf").
RUN pdf_use_PDF_page("Spdf","Inv",1). /* Use Page 1 from Template */ /*XXXXXXXXXX THIS IS WHERE THE ERROR OCCURS XXXX*/


I've found a small bug in pdf_inc.p

I'm using tags with pdfInclude to change part of my text. But I noticed that sometime it works incorrect. There is no error when application works a pdf file. But when I open pdf file with Acrobat Reader it shows error 114.


Syndicate content