PDF Include


Font Exception

I used staroffice/open office api to convert word document to pdf, you know my project needs the converted pdf to be converted once again to images, using acrobat viewer bean(com.adobe.acrobat.*) but failed to do so with FontException as Arial and TimesNewRoman fonts are not registered with the converted pdf, fonts are with word document.

So can ;you tell me is it able to convert a word document to pdf using ur product


Can't find /lib/libz.so.1

OS: HP-UX
ZLIB: Version 1.2.3
PROGRESS: 9.1D

I am getting the following error when running pdfinclude and trying to use an existing PDF page.

Could not open Dynamic Library: /lib/libz.so.1 (8013) Could not load DLL procedure /lib/libz.so.1. (3258)

The find doesn't exist, and is NOWHERE on the server. I have a libz.sl.1, but this doesn't work.

Any help would be much appreciated.

Tariq Jamal


OpenOffice

Can someone point me to some documentation that describes how to create form templates using OpenOffice. The pdfinclude documentation that I have describes how to do it with Adobe and mentions that it can be done with OpenOffice but doesn't elaborate or provide examples.

Thanks

Stuart Richler
stuart@gtrdata.com


How to Print PDF Files with System-dialog Using 4GL?

Hi, Im using PDFInclude in my project.

My problem is, I want the generated PDF File be printed on a printer "directly" but with system-dialog
using 4Gl code or any shared procedure/s.

Please reply for any possible solution.

Thanx for help,
redksienz


Disable Printing in PDFInclude

Hi guys, I have situation here using PDFInclude.

The report should be able to be viewed by the users but should not be printable.

Is this possible with PDFInclude?

Please Help,
redskienz.


Error compiling PDF Include

Hi,

Can you help me, im using progress Version 9.1E and the PDFinclude3.3.3. When i compile it i get:

mfgus 07/16/07 15:57:50
Compiling procedure pdf_inc.p.
** Unable to understand after -- "PUBLISH". (247)
** /xxxx/yyy/mfg74g/us/xrc/pdf_inc.p Could not understand line 5448. (198)
** Unable to understand after -- "PUBLISH". (247)
** /xxxx/yyy/mfg74g/us/xrc/pdf_inc.p Could not understand line 5454. (198)


PDFInclude - cell formatting in a matrix

I wish to colour the background of specific cells in a matrix (not the whole row) - is this possible using the current code or is this on someone else's wishlist or am I totally unique?

Thanks
Jon


Print to an especific printer

Hi all,

From several weeks ago im trying to print an especific .pdf generated wiht pdf include to an especific printer on a server without changing the default printer. I found the sentence print for dos but, as it is a pdf, it prints control characters, not the pdf.

Thanks for any help.


pdf with eastern europe code page

Hi, folks!

Can Pdfinclude support pdf documents with embedded fonts and non default codepage's?
I need to create pdf doc with eastern europe codepage (1250 or iso-8859-2).

Thanks,
Damir


How to fix the compile error?

When I run the following code, I found the error message: Mismatched number of parameters passed to procedure /home/jones/p85490r.ped.
(3234) , How to fix it? (I use HPUX11i progress 8.3E05.

code:
DEFINE INPUT PARAMETER p_TextFile AS CHARACTER NO-UNDO.
DEFINE INPUT PARAMETER p_PDFFile AS CHARACTER NO-UNDO.

DEFINE VARIABLE v_line AS CHARACTER NO-UNDO.

{ pdf_inc.i}

RUN pdf_new ("Spdf",p_PDFFile).
RUN pdf_set_BottomMargin("Spdf",50).
RUN pdf_new_page("Spdf"). /* Instantiate a new page */

INPUT FROM VALUE(p_TextFile) NO-ECHO.
REPEAT:
IMPORT UNFORMATTED v_Line.

RUN pdf_text_color ("Spdf",0.0,.0,.0).


Syndicate content