Sort Score
Result 10 results
Languages All
Labels All
Results 2,261 - 2,270 of 8,071 for

page

(0.1 sec)
  1. Logging and Diagnostics | GroupDocs

    Enable and configure logging for document conversions with GroupDocs.Conversion for Python via .NET....Diagnostics Leave feedback On this page To enable logging, use either...written to the text file. Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/conversion/python-net/develo...
  2. Extract Tables from Microsoft Office Word Docum...

    Learn how to easily extract table content from Word documents (.doc, .docx) using GroupDocs.Parser for .NET....Documents Leave feedback On this page This guide explains how to extract...with our free online . Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/parser/net/extract-tables-fr...
  3. 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/
  4. Working with templates | GroupDocs

    Complete guide to creating and using templates for structured data extraction with GroupDocs.Parser for .NET. Learn template-based extraction for invoices, forms, and documents in C#....templates Leave feedback On this page Document template is set by...template bounds) name and optional page index - value that represents...

    docs.groupdocs.com/parser/net/working-with-temp...
  5. Features Overview | GroupDocs

    A Java metadata API can be effectively used in removing, updating and reading metadata in a variety of formats. It is very effective in removing metadata from photos. Supporting iptc metadata, exif metadata and xmp metadata....information about hidden document pages, digital signatures, user comments...(ID3, Lyrics, APE) Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/metadata/java/features-overv...
  6. Working with slide backgrounds | GroupDocs

    Extracting information about all slide backgrounds The API allows you to extract information about all the slide backgrounds in a PowerPoint document as shown in the following code sample using method getBackgroundImage() of PresentationSlide.getImageFillFormat(). advanced_usage.add_watermarks_to_presentations.PresentationGetSlideBackgroundsInformation PresentationLoadOptions loadOptions = new PresentationLoadOptions(); // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\presentation.pptx" Watermarker watermarker = new Watermarker("presentation.pptx", loadOptions); PresentationContent content = watermarker.getContent(PresentationContent.class); for (PresentationSlide slide : content.getSlides()) { if (slide....backgrounds Leave feedback On this page Extracting information about...watermarker . close (); Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/watermark/java/working-with-...
  7. Load from stream | GroupDocs

    This article explains how to load a document from a Stream with GroupDocs.Viewer within your Java applications....Please refer to the following pages for examples: Load from FTP...Azure Blob Storage Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/viewer/java/load-document-fr...
  8. GroupDocs.Assembly for .NET Library – Introduction

    We are pleased to announce the release of the new library that enhances a set of our document collaboration tools - GroupDocs.Assembly for .NET. The library generates PDF and Word documents from templates by automatically filling out merge fields with custom data. If your company or a client have to create tens or hundreds of documents by filling out standard templates with data obtained through user input or from a DB, this library can be of great help....can be then embed into a web page or an application. 3. For each...refer to our new post on this page . Key Features & Benefits: #...

    blog.groupdocs.com/assembly/groupdocs-assembly-...
  9. Save to stream | GroupDocs

    You might need to save a document to any custom file at any location on the local disc or a even a Stream. The following example demonstrates how to save a document to any location. final Redactor redactor = new Redactor("Sample.docx"); try { // Here we can use document instance to perform redactions RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { // Save the document to a custom location and convert its Pages to images final FileOutputStream fileStream = new FileOutputStream("C:\\\\Temp\\\\sample_output_file....custom location and convert its pages to images final FileOutputStream...redactor . close (); } Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/redaction/java/save-to-stream/
  10. Search for Electronic Signatures in Document | ...

    This topic explains how to search for document electronic signatures and their details using Python...) print ( f "Page number: { text_signature . page_number } " )...🔍 Digital 🔍 Texts Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/signature/python-net/search-...