Sort Score
Result 10 results
Languages All
Labels All
Results 1,351 - 1,357 of 1,357 for

pptx to pdf

(0.32 sec)
  1. Searching watermarks | GroupDocs

    This article explains how To search watermarks while using GroupDocs. Watermarks API....pdf" using ( Watermarker watermarker...new Watermarker ( "document.pdf" )) { PossibleWatermarkCol possibleWatermarks...

    docs.groupdocs.com/watermark/net/searching-wate...
  2. Extract text structure | GroupDocs

    Learn how To extract text structure from documents using GroupDocs.Parser for Python via .NET. Get XML representation of document structure including paragraphs, tables, lists....pdf" ) print ( f "Found { len ( links...link [ 'url' ] } " ) sample.pdf The following sample file is...

    docs.groupdocs.com/parser/python-net/extract-te...
  3. System.TypeInitializationException - Free Suppo...

    Hello, Does the following code need To be within an executable project To run as the same code does not run from within a library project? Exe net5.0 _5_0 static void Main(string[] args) { …...pptx"; // Set the output string outputPptxPath...outputPptxPath = @"C:\Output.pptx"; try { DocumentAssembler assembler...

    forum.groupdocs.com/t/system-typeinitialization...
  4. Searching watermarks | GroupDocs

    Find possible text and image watermarks using Python via .NET, with powerful criteria....pdf" ) as watermarker : possible...gw . Watermarker ( "document.pdf" ) as watermarker : text_criteria...

    docs.groupdocs.com/watermark/python-net/searchi...
  5. Extract images from document page | GroupDocs

    Learn how To extract images from specific document pages using GroupDocs.Parser for Python via .NET. Page-by-page image extraction from Pdf, Word, PowerPoint....pdf" ) as parser : # Check if image...rectangle . height } " ) sample.pdf The following sample file is...

    docs.groupdocs.com/parser/python-net/extract-im...
  6. Extract images from document page area | GroupDocs

    Learn how To extract images from specific page areas using GroupDocs.Parser for Python via .NET. Extract images from defined rectangular regions....pdf" ) as parser : # Check if image...the specified area" ) sample.pdf The following sample file is...

    docs.groupdocs.com/parser/python-net/extract-im...
  7. Working with Text | GroupDocs

    Perform keyword or regex searches and inspect text extraction features with GroupDocs.Parser for Python via .NET....pdf" ) as parser : results = parser...{ result . text } " ) sample.pdf The following sample file is...

    docs.groupdocs.com/parser/python-net/working-wi...