Skip to main content
How are we doing? Please help us improve Stack Overflow. Take our short survey

Questions tagged [pdfpig]

Port of PDFBox to C#.

pdfpig
0 votes
1 answer
49 views

How to group text to lines if there is small difference in Y position

Using PdfPig to read text from order PDF as described in Get Text Line By Line From PDF using C# answer static void GetWordsInReadingOrder(UglyToad.PdfPig.Content.Page page, StringBuilder builder) ...
Andrus's user avatar
  • 27.3k
1 vote
0 answers
94 views

How can I extract all characters of a certain font from a PDF document using PDF Pig?

I am trying to extract all the italicised words from a PDF document and write them into a string. At the moment I use PDF Pig, but I haven't found a way to check the font of a word/character. Is it ...
Simon's user avatar
  • 11
0 votes
1 answer
78 views

CS1501 No overload for method 'GetBlocks'

I am using this code from pdfpig and I am getting the error CS1501 No overload for method 'GetBlocks' Code: using UglyToad.PdfPig; using UglyToad.PdfPig.Content; using UglyToad.PdfPig....
Asher's user avatar
  • 193
1 vote
1 answer
245 views

Getting an error trying to convert a pdf into a list so I can search the document

using System; using System.Linq; using UglyToad.PdfPig; namespace TrainingProject { class Program { public static object GetPages { get; private set; } static void Main(...
mobuspwnd's user avatar
-1 votes
1 answer
538 views

Write PDF other than English language C#.Net or Angular

I have been trying to read a pdf file and convert it into another language selected by user via Google API. then I need to save the translated content to another file. I have generated pdf file using ...
Arham Anees's user avatar