Sort Score
Result 10 results
Languages All
Labels All
Results 1,681 - 1,690 of 8,049 for

page

(0.05 sec)
  1. Handle loading of external resources documents ...

    GroupDocs.Parser provides the functionality to handle loading of HTML external resources. Here are the steps to handle loading of HTML external resources. Instantiate the ParserSettings object and pass External Resource Handler; Create Parser object and call GetImages method. The following code sample shows how to handle loading of HTML external resources. // Create an instance of ParserSettings to pass External Resource Handler ParserSettings settings = new ParserSettings(new Handler()); // Create an instance of Parser class to generate spreadsheet Page previews try (Parser parser = new Parser(Constants....class to generate spreadsheet page previews try ( Parser parser...with our free online . Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/parser/java/handle-loading-o...
  2. System requirements | GroupDocs

    GroupDocs.Total for Python via .NET does not require any external software to be installed such as Microsoft Word, Microsoft Excel or Microsoft PowerPoint for file rendering....requirements Leave feedback On this page General Requirements versions...that contain images. Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/total/python-net/system-requ...
  3. Search for Barcode e-signatures | GroupDocs

    This article explains how to search for Barcode in the document with few lines of code over GroupDocs.Signature API...."Barcode signature found at page {0} with type {1} and text {2}"...online apps from the . Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/signature/net/search-for-bar...
  4. Search for Barcode e-signatures | GroupDocs

    This article explains how to search for Barcode in the document with few lines of code over GroupDocs.Signature API...."Barcode signature found at page " + barcodeSignature . getPageNumber...free to use online . Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/signature/java/search-for-ba...
  5. Render Notes in Presentation Document using Gro...

    We are delighted to announce the release of version 18.1 of GroupDocs.Viewer for .NET. The latest version includes the support of rendering Jpeg2000, PostScript, POTM and PPSM file formats. Furthermore, we have added the option to show or hide the notes when rendering Presentation documents. This version also allows you to work with the layers in CAD documents. Let’s have a quick overview of GroupDocs.Viewer for .NET 18.1. Supported File Formats We have added the support of following file formats in version 18....value is false // Get pages List pages = imageHandler.GetPages(guid...options); foreach (PageImage page in pages) { //... } For more details...

    blog.groupdocs.com/viewer/render-slide-notes-in...
  6. Add Watermark to PDF using C# | Text and Image ...

    Add image watermarks or apply text watermarks to PDF files using C#. Either watermark all or selective Pages of PDF using .NET Watermarking API....files on all the pages or any selective page. It can be added...colors, etc. Set the targetted page index ( Optional ). If you do...

    blog.groupdocs.com/watermark/watermark-pdf-file...
  7. How to Search for QR Code Signatures | GroupDocs

    This article explains how to search for QR-code electronic signatures using GroupDocs.Signature for Python via .NET API....signature found at page { qr_code_signature . page_number } " f "with...Search on specific pages search_options . page_number = 1 search_options...

    docs.groupdocs.com/signature/python-net/search-...
  8. Load file from stream | GroupDocs

    This article explains how to load PDF, Word, Excel, PowerPoint documents from a stream when using GroupDocs.Parser for Python via .NET....stream Leave feedback On this page To avoid saving a file on disk..." ) print ( f "Page count: { doc_info . page_count } " ) sample...

    docs.groupdocs.com/parser/python-net/load-file-...
  9. GroupDocs.Total for Python via .NET | GroupDocs

    GroupDocs.Total for Python via .NET is the super-set of all the .NET on-premise APIs offered by GroupDocs. We compile it on a monthly basis to ensure that it contains the most up to date versions of each of our .NET document manipulation APIs.... Merge or split multi-page documents and manage large file...split, and rearrange document pages. GroupDocs.Assembly – Generate...

    docs.groupdocs.com/total/python-net/
  10. groupDocs.Parser.GetDocumentInfo() taking very ...

    Hi, I have a .pdf document only 1 Page long. When calling GetDocumentInfo() on the parser created with the stream of this document it takes at least 5 minutes to do this. This makes the whole implementation very ineffic…...pdf document only 1 page long. When calling GetDocumentInfo()...whole file to collect metadata, page dimensions and text‑coordinate...

    forum.groupdocs.com/t/groupdocs-parser-getdocum...