Hello, this took a while, sorry.
The new version wPDF V5.2.0 include updated code for ArcTo which renders your example file.
Hello, this took a while, sorry.
The new version wPDF V5.2.0 include updated code for ArcTo which renders your example file.
I hope you recieved my e-mail.
At present there is no object to create a checkbox for WPTools. This may be a feature in future.
Did you receive a list of entries?
Is the name you of the data you need to extract listed there?
"Index" would be the index in this list.
The INC file is only used by the demo projects.
You need to call the method
WPViewPDF1.ViewerStart('', LicName, LicKey, LicCode);
In your code, i.e. Form.OnCreate
I was able to reproduce this using the EMF and by setting the flag it improved.
I am able to reproduce the problem using your example code and fixed it for next build of wPDF V5
Please try to add a call to
SetArcDirection(Canvas.Handle, 2 )
to make sure it uses the correct direction. In my testes that fixes the line at the start.
>> What does "Blocked image" mean?
It simply does not load the image from your server when loading the page. It is possible to click on the link though.
Sorry, the office was closed for 3 weeks.
WPViewPDF PLUS can add a stamp (JPEG and some text in standard font).
It cannot check for electronic signatures though.
PDF in PDF/A umwandeln kann WPViewPDF nicht. Die PLUS version kann allerdings anhänge anhängen, wie XML Daten.
Es wird dazu demnächts eine Erweiterung + Demo geben, da X-Rechnung immer wichtiger wird.
Can you sende me an EMF to try this in my demo. Thats easy: wPDF.DebugMode := true
If you need to fill your path you need a BeginPath/EndPath bracket - did you try?
The '/lang' String can be set with this command:
WPPDF_SetSProp( WPPDF_Language, 'DE' )
the integer value for WPPDF_Language is 23. It has been added last October in wPDF 5.
The '/lang' String can be set with this command:
WPPDF_SetSProp( WPPDF_Language, 'DE' )
the integer value for WPPDF_Language is 23. It has been added last October in wPDF 5.
WPViewPDF 3 is way outdated. Did you try WPViewPDF V5?
Hello,
I am sorry, a WPT viewer is not anymore on the market due to low interest.
The idea to convert WPT into HTML is interesting, but we do not have a product jet what does it under android.
Kind Regards, Julian
Hi,
Try to change the 1.4 into 1.6 directly in the PDF file. Simply by changing the byte.
Julian
I do not see the object 2, it should be the info object with title ...
Usually what you add to info will also be added to the XMP
wPDF will use the highest number required for the PDF version.
It will not use 1.6 since 1.4 is enough for the required PDF features.
You can set a language ID in Info.Lang It will be saved as /Lang(..) into the PDF Catalog
We are happy - we have won the following award:
ComponentSource Awards for 2024
Sorry, currently that is not possible.
The pdf-workbench does not have a HWND handle and therefor does not get the error messages.
A more complete workbench interface is planned for the future.
wPDF is based on GDI, not GDI+.
It also depends that paths and world transformations are correctly encapsulated with SaveDC/RestoreDC. If this is not done, it has to make assumptions since PDF does not allow the definitiopn of a World, but just incremental changes to it. The same is true for clipping.
You can activate EMF writing for debug purposes
wPDF.DebugMode := true
You can send the created EMF to support to reprodce the problem.