Sort Score
Result 10 results
Languages All
Labels All
Results 4,351 - 4,360 of 44,736 for

documents

(0.11 sec)
  1. Image redactions | GroupDocs

    This article shows that how to redact data of sensitive nature from images of various formats like JPG, PNG, TIFF and others....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...type of files, e.g. MS Word document without embedded images, will...

    docs.groupdocs.com/redaction/java/image-redacti...
  2. Supported Document Formats | GroupDocs

    Supported File Formats The following table indicates the input and output file formats supported by GroupDocs.Assembly for Python via .NET. Format Description Load Save Populate Remarks DOC Microsoft Word 97 - 2007 Document. DOT Microsoft Word 97 - 2007 Template. DOCX Office Open XML WordprocessingML Document (macro-free). DOCM Office Open XML WordprocessingML Macro-Enabled Document. DOTX Office Open XML WordprocessingML Template (macro-free). DOTM Office Open XML WordprocessingML Macro-Enabled Template. RTF RTF format....Events Acquisition GroupDocs Documentation / GroupDocs.Assembly Product.../ Supported Document Formats Supported Document Formats Leave...

    docs.groupdocs.com/assembly/python-net/supporte...
  3. Search for embedded and encrypted objects in QR...

     This section explains how to search for embedded electronic signatures into the QR-Code electronic signatures with GroupDocs.Signature API. Also this topic shows the way to customize data serialization and encryption same as provides the class definition with ability to embed it into the QR-Code electronic signature....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product... Word, Excel, PowerPoint documents with free to use online ....

    docs.groupdocs.com/signature/java/search-embed-...
  4. Indexing a specific PDF file leads to 100% RAM ...

    Hi, We ran into a problem when indexing the following file: SEPA_ZvFormate_de-5.pdf (1.1 MB) When starting the indexing for only 1 folder with this 1 file in it, the RAM usage increases further and further (over 50 GB…...servers, since the original documents and extracted data can be...

    forum.groupdocs.com/t/indexing-a-specific-pdf-f...
  5. Create EditableDocument from File or Markup | G...

    This article explains how to create an instance of the EditableDocument class from HTML files from disk or from HTML markup with resources using GroupDocs.Editor for Node.js via Java API....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Editor Product...opening, editing, and saving documents, instances of the EditableDocument...

    docs.groupdocs.com/editor/nodejs-java/create-ed...
  6. Set custom fonts | GroupDocs

    This article explains how to set custom fonts when rendering Documents with GroupDocs.Viewer within your .NET applications....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...Developer guide / Render documents / Set custom fonts Set custom...

    docs.groupdocs.com/viewer/net/set-custom-fonts/
  7. C# Convert PPT to PDF | PPTX to PDF | Presentat...

    Convert PowerPoint PPT, PPTX to PDF in .NET. C# code examples show the conversion of selective, consecutive slides, and watermarking using Conversion API....PDF is no doubt the Portable Document Format , which is one of the...business documents. Due to the popularity of both the document formats...

    blog.groupdocs.com/conversion/convert-presentat...
  8. Metadata redactions | GroupDocs

    This article shows that how C# redaction API allows you to replace or remove metadata using filters or search by regular expression....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...apply metadata redactions for documents of different formats like...

    docs.groupdocs.com/redaction/net/metadata-redac...
  9. Float and paginal modes | GroupDocs

    This article explains pros and cons of float and paginal document editing modes when edit Word Documents with GroupDocs.Editor API....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Editor Product...Developer Guide / Edit document / Edit Word document / Float and paginal...

    docs.groupdocs.com/editor/java/float-and-pagina...
  10. 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....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...watermarks to presentation documents / Working with slide backgrounds...

    docs.groupdocs.com/watermark/java/working-with-...