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

pptx to pdf

(0.12 sec)
  1. 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...
  2. 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...
  3. Load diagram document with options | GroupDocs

    Learn how To load and convert diagram files (VSD, VSDX, Visio) with advanced options using GroupDocs.Conversion for .NET API....pdf" , options ); } Before v24.10:.... Convert ( "design-diagram.pdf" , options ); } Load VSDX file...

    docs.groupdocs.com/conversion/net/load-diagram-...
  4. 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...
  5. 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...
  6. 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...