Sort Score
Result 10 results
Languages All
Labels All
Results 701 - 710 of 1,325 for

pptx to pdf

(0.06 sec)
  1. Using aliases | GroupDocs

    This article shows the use of aliases which allows you To reduce the length of search queries in text form....search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/java/using-aliases/
  2. Extend supported extensions list | GroupDocs

    This article explains the method which can be used when for some reason files have non-standard extensions or if its format is supported, but not pre-configured....document formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/redaction/python-net/extend-...
  3. Working with metadata in JPEG2000 images | Grou...

    Reading JPEG2000 comments The GroupDocs.Metadata API supports extracting format-specific information from JPEG2000 images. The following are the steps To read the JPEG2000 comments (pieces of metadata represented as strings with the length up To 64 kbytes). Load a JPEG2000 image Get the root metadata package Extract the native metadata package using the Jpeg2000RootPackage.getJpeg2000Package method Read the JPEG2000 comments advanced_usage.managing_metadata_for_specific_formats.image.jpeg2000.Jpeg2000ReadComments try (Metadata metadata = new Metadata(Constants.InputJpeg2000)) { Jpeg2000RootPackage root = metadata....edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/java/working-with-m...
  4. Clean metadata | GroupDocs

    This artcle explains how To remove all or clean metadata properties without applying any filters. The best way To do this is To use the Sanitize method....edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/net/clean-metadata/
  5. Why is there no DenyDownloading in GroupDocs.Vi...

    I’m currently trialing GroupDocs.Viewer in our .NET project for rendering Pdf files. Everything is smooth, fast, and easy To integrate. We were hoping To use this API To display our Pdf files To the user in a “read-only”…...NET project for rendering PDF files. Everything is smooth,...use this API to display our PDF files to the user in a “read-only”...

    forum.groupdocs.com/t/why-is-there-no-denydownl...
  6. Export Data | GroupDocs

    How To export data To JSON or XML files....extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/parser/net/export-data/
  7. Basic usage | GroupDocs

    GroupDocs.Watermark library provides the ability To manipulate different watermark types such as TextWatermark, ImageWatermark. These watermarks could be added To documents, updated, removed, or searched inside already watermarked documents. Our product also provides information about document type and structure - file type, size, page count, etc. and generates document page previews based on provided options. Here are the main concepts of the GroupDocs.Watermark API: Watermarker is the main class that contains all the required methods for manipulating document watermarks.... // Add text watermark to PDF document using ( Watermarker...new Watermarker ( "document.pdf" )) { TextWatermark watermark...

    docs.groupdocs.com/watermark/net/basic-usage/
  8. Markdown | GroupDocs

    This article explains that how To extract Markdown formatted text from document page in Java....extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/parser/java/markdown/
  9. Plain text | GroupDocs

    This article explains that how To extract plain formatted text from document page....extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/parser/net/plain-text/
  10. Working with metadata in MOV Files | GroupDocs

    Reading MOV format-specific properties The GroupDocs.Metadata API supports extracting QuickTime aToms from a MOV video. The aTom is the basic data unit in any QuickTime file. Please find more information on QuickTime aToms in the official specification: https://developer.apple.com/library/archive/documentation/QuickTime/QTFF/QTFFPreface/qtffPreface.html The following are the steps To extract QuickTime aToms from a MOV video. Load a MOV video Get the root metadata package Extract the native metadata package using MovRootPackage.MovPackage Read the QuickTime aToms AdvancedUsage....edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/net/working-with-me...