You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pdfium
Hi I am unable to find the objects in the pdf. I get 1 FPDF_PAGEOBJECT, which is a FPDF_PAGEOBJ_PATH object. This contains a filled path, but it should contain lines instead and probably a clip path. I have attached the pdf.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Jens Thomsen, pdfium
Have you tried iterating through the FPDF_PAGEOBJ_PATH object to see
what it contains? FPDFPath_CountSegments(), FPDFPath_GetPathSegment(),
and friends are the relevant APIs there.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pdfium
Yes. I get 1 object from FPDFPage_CountObjects, which is a FPDF_PAGEOBJ_PATH. This has fillmode FPDF_FILLMODE_ALTERNATE and has 26 segments, which are a starting point and then the rest are FPDF_SEGMENT_LINETO. This gives me a filled path.
Jens Thomsen
unread,
Jan 13, 2022, 4:08:24 AM1/13/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pdfium
Hi I'm still not able to find the correct vectorized data. Can you reproduce it using the public API?
On Thursday, November 18, 2021 at 7:57:18 PM UTC+1 Lei Zhang wrote: