Discussions tagged NativePDF
Issues in saving datawindow [with unicode] as pdf using nativepdf
- Issue
- Last updated 4 months ago
- John Fauss replied 3 months ago
Hello
Using Powerbuilder 2022 R2 IDE: Build 2819 Runtime: 1900, combination of fonts: Unicode & special font for Tamil language
OUTPUT IN DATAWINDOW
NATIVE PDF OUTPUT
ISSUES:
2ND LINE MISSING DATA [SEE VALUE BEFORE PINCODE IS MISSING...
Hi,
in PB 2022 Beta a new PDFLib Version is used. This one has a different behavior than the old one from PB 2021.
In PB 2021 the generated PDF seems to depend on the used printer. Changing the default printer could change the resulting PDF. If the...
Hi.
Did you have the following problem:Randomly, when printing dataWindow with nativePdf, gray areas appear. The background of static text becomes gray instead of remaining white. The problem occurs with some printers but not with others. Preview an...
NativePDF_Valid=1 and portrait layout different behavior when deployed
- Resolved
- How-to
- Last updated 1 year ago
- Pierre DETE replied 1 year ago
Hello,
I have a different behavior when I print with NativePDF a portrait output between IDE and deployed.
When I run from the IDE the output is fine in portrait, but when I run from a deployed application the layout is smaller, not in full page, l...
Export an RTF to a PDFA-3A format
- Resolved
- How-to
- Last updated 2 years ago
- Mark Lee @Appeon replied 2 years ago
Hello,
I have some texts, composed dynamically inside of a RTE control.
Now one of the things we need to achieve is exporting the PDF, that later needs to be archived.
While exporting a PDF is as simple as this:
rte_1.SaveAs("file.pdf", PDF!, tru...
Convert postscript to PDF using NativePDF
- Advice
- Last updated 2 years ago
- Chris Pollach @Appeon replied 2 years ago
PB-2017 32bit.
I have a complex reporting process that creates a Postscript file that is converting to PDF using Distill method.
Is there a way to convert this Postscript file to PDF using the NativePDF approach? If Yes, please provide brief descri...
There's an enhancement request somewhere to add the capability for the NativePDF saving of DataWindows to append their output to an existing PDF.
In the meantime, I really wanted that ability, so users of our software could put multiple reports into...
Hello everyone,
we used to print pdfs via ghostscript. After Upgrading from pb 2017 we wanted to implement the native pdf and at first glance that worked out pretty easy and simple. But after comparing the printed PDFs from ghostscript and from n...
Native PDF layout, overwriting issue
- Resolved
- Issue
- Last updated 2 years ago
- Faisal Hayat replied 2 years ago
Hi Folks,
Couple of days ago I posted a question regarding Native PDF usage and the response was overwhelming.
https://community.appeon.com/index.php/qna/q-a/native-pdf-using-pb-ini-in-pb-2019
I am trying to implement Native PDF using Native PDF ...
Native PDF using pb.ini in PB 2019
- Resolved
- Issue
- Last updated 2 years ago
- Mark Lee @Appeon replied 2 years ago
Hi PB Gurus,
Last year we planned to use Native PDF and tested it with PB 2017. In order to use Native PDF we added below code in PB.ini and it worked fine for us. It covered 99% of different layouts and export to pdf was successful. We were a ha...
Hi.
In PB2019R2:
We experience a weird situation when saving a datawindow to PDF using the Native method.
The summary band autosizes, even if the checkmark is off and the height is set to 0.
We have even extracted the datawindow syntax usin...
Hello,
I have a datawindow with column with Arabic characters, when I do dw.SaveAs PDF!, it looks like the arabic characters are changed its order in resulting .pdf file, however when I print the same dw on PDF printer - Arabic characters look the s...
I've got a logo of my local government organization from www.cab.lt and I want to use in a datawindow print form, however when I try to export it using NativePDF image gets all pixelated and I can not find a way keep the quality.
Initial image:
...
More and more customers ask us for the possibility to add an attachment (for example in XML like Zugferd)) to a generated PDF-invoice.
It would be good if we could attach files to PDFs directly inside Powerbulder (NativPDF).
Greetings
Roy...
PowerBuilder 2017 R3 SaveAs PDF not retaining UTF-16/Unicode characters
- Issue
- Last updated 3 years ago
- Chris Pollach @Appeon replied 3 years ago
I'm using PowerBuilder 2017 R3
I have a problem with PowerBuilder new SaveAs to PDF feature using NativePDF. It is not retaining Unicode/UTF-16 Characters. They being dropped off. I’m using the following:
NativePDF! Method for PDf format on the da...
hello all,
New SaveAs PDF is really great new feature. But we have printing functionality other thanjust data windows reports, such as printing Xcel sheet from PB, we use DocukDesk and default printer programmatically and set filename and path in D...
With PB 2017 new feature of saving datawindow to PDF is causing application to crash when datawindow contains jpgs (photos). But not all for some photos it works fine. And it is not consistent with size of the photo either.
The application is a cl...
NativePDF! Options - Append?
- Resolved
- How-to
- Last updated 4 years ago
- Olan Knight replied 4 years ago
In PB 2017 R2 Build 1769, I used the below code to generate a PDF - which works great:
lds_holder.Object.DataWindow.Export.PDF.Method = NativePDF! ll_print = lds_holder.SaveAs( ls_attach_path , PDF!, FALSE )
HOWEVER, we currently have the opt...
NativePDF: Is it possible to save two datawindows in one pdf file
- How-to
- Last updated 4 years ago
- JOHN THOMAS replied 3 years ago
Hi,
NativePDF: Is it possible to save two datawindows in one pdf file? It was easy to do with pdf printer, how to do it with NativePDF ?
Thanks....
Printing Cheque - Custom Paper Size
- Resolved
- How-to
- Last updated 5 years ago
- Sivaprakash BKR replied 5 years ago
Hello,
PB 2017 R3
Need to print Cheque from Powerbuilder, with customer paper size: Width = 7.99 inch, Length / Height : 3.70 inch
Tried:
Created a datawindow, with required fields including a picture field. Picture field is to display the imag...
- Page :
- 1