Sort Score
Result 10 results
Languages All
Labels All
Results 791 - 800 of 925 for

presentation to pdf

(0.49 sec)
  1. Extract data from various formats | GroupDocs

    The articles below explain that how To extract data from various file formats...Office PowerPoint presentations Extract data from PDF documents Extract...

    docs.groupdocs.com/parser/net/extract-data-from...
  2. Document passwords | GroupDocs

    This article gives the knowledge of the API methods which can be used To perform operations about document passwords or password dictionary using Java....password protected documents is presented on the page. To get the number...File ( "c:\\MyIndex\\Protected.pdf" ). getAbsolutePath (); if (...

    docs.groupdocs.com/search/java/document-passwords/
  3. eSign Document with Barcode Signature | GroupDocs

    This article explains how To add Barcode signature on document page with various options like barcode type, barcode text, positioning, alignment and other visual settings with GroupDocs.Signature for Python via .NET...barcode or bar code is a way of presenting data in a visual, machine-readable...example shows how to sign a PDF document with a Barcode signature...

    docs.groupdocs.com/signature/python-net/esign-d...
  4. Detect encoding | GroupDocs

    This article explains that how To detect encoding of a plain text file....of the file (if BOM isn’t presented). Here are the steps to detect...documents and extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/parser/net/detect-encoding/
  5. Getting known property descriptors | GroupDocs

    This code snippet demonstrates how To extract information about known properties that can be encountered in a particular package....all possible properties are presented in the collection. The library...to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/metadata/net/getting-known-p...
  6. Load WordProcessing document with options | Gro...

    Learn this article and check how To convert Microsoft Word DOC/DOCX and Open Document ODT/OTT files hiding comments and tracked changes panel, setting default font and applying font substitution using features of GroupDocs.Conversion for .NET API....form fields as form fields in PDF or convert them to text. Default...the Comments pane is also present in a resultant document. If...

    docs.groupdocs.com/conversion/net/load-wordproc...
  7. Getting known property descriptors | GroupDocs

    This code snippet demonstrates how To extract information about known properties that can be encountered in a particular package. Load a file To examine Get a collection of PropertyDescripTor instances for any desired metadata package Iterate through the extracted descripTors advanced_usage.GettingKnownPropertyDescripTors try (Metadata metadata = new Metadata(Constants.InputDoc)) { WordProcessingRootPackage root = metadata.getRootPackageGeneric(); for (PropertyDescripTor descripTor : root.getDocumentProperties().getKnowPropertyDescripTors()) { System.out.println(descripTor.getName()); System.out.println(descripTor.getType()); System.out.println(descripTor.getAccessLevel()); for (PropertyTag tag : descripTor.getTags()) { System.out.println(tag); } System.out.println(); } } Note Not all possible properties are presented in the getKnowPropertyDescripTors collection....all possible properties are presented in the collection. The library...to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/metadata/java/getting-known-...
  8. 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 signatures that are present in a document. For the most...signature = new Signature ( "sample.pdf" ); BarcodeSearchOptions options...

    docs.groupdocs.com/signature/java/search-for-ba...
  9. Document rendering basics | GroupDocs

    This section describes how To use GroupDocs.Viewer for .NET (C#) To convert different document types To Pdf, HTML, PNG, and JPEG formats....Render Word documents Render PDF documents Render spreadsheet...files Render PowerPoint presentations Render Visio documents Render...

    docs.groupdocs.com/viewer/net/document-renderin...
  10. GroupDocs.Conversion for Node.js via Java overv...

    GroupDocs.Conversion for Node.js is a powerful and intuitive JavaScript converter that supports a variety of file formats (such as Pdf, DOCX, XLSX, PPTX, PNG, JPEG, TIFF and others) without using third-party Tools....and OpenDocument file formats, PDF documents, HTML, CAD, raster...pairs for office documents, presentations, spreadsheets, images and...

    docs.groupdocs.com/conversion/nodejs-java/produ...