Sort Score
Result 10 results
Languages All
Labels All
Results 641 - 650 of 1,325 for

pptx to pdf

(0.31 sec)
  1. Load from a local disk | GroupDocs

    Learn how To open a file from local disk using GroupDocs.Metadata for Python via .NET....edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/python-net/load-fro...
  2. Load from a stream | GroupDocs

    This example demonstrates how To load a file from a stream using GroupDocs.Metadata for Python via .NET....edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/python-net/load-fro...
  3. Load from a local disk | GroupDocs

    The following example demonstrates how To load a file from a local disk. advanced_usage.loading_files.LoadFromLocalDisk // Constants.InpuTone is an absolute or relative path To your document. Ex: @"C:\Docs\source.one" try (Metadata metadata = new Metadata(Constants.InpuTone)) { // Extract, edit or remove metadata here } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples: GroupDocs.Metadata for .NET examples GroupDocs.Metadata for Java examples...edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/java/load-from-a-lo...
  4. Document filtering in search result | GroupDocs

    This article gives the knowledge that how the document filters used during the search using Java search API....// This filter returns only PDF and DOCX documents const filter...SearchDocumentFilter . createFileExtension ( '.pdf' , '.docx' ); Attribute filter...

    docs.groupdocs.com/search/nodejs-java/document-...
  5. 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....formats, including PDF, DOCX, XLSX, PPTX, and more, within your...file formats, including Word, PDF, Excel, PowerPoint, images, and...

    docs.groupdocs.com/total/python-net/
  6. GroupDocs.Merger for Java | GroupDocs

    Use GroupDocs.Merger for Java To merge several documents inTo one, split single document To multiple and organize documents in different ways....document formats such as PDF, DOCX, XLSX, PPTX, EPUB and others. By...

    docs.groupdocs.com/merger/java/
  7. Introducing GroupDocs.Signature for Python via ...

    Introduction To GroupDocs.Signature for Python via .NET - what is it and why To use...popular document formats like PDF, Word, Excel, PowerPoint, and...with gs . Signature ( "sample.pdf" ) as signature : # Create text...

    docs.groupdocs.com/signature/python-net/introdu...
  8. GroupDocs Watermark Overview | GroupDocs

    GroupDocs.Watermark for Java is a powerful API that helps you add, search, and remove watermarks from documents, images, presentations, and more. Whether you need To protect documents with watermarks, cusTomize watermark content, or auTomate watermarking at scale, this library gives you everything you need. What You Can Do With GroupDocs.Watermark for Java, you can: Add watermark To document – Add image or text watermarks To Pdf, Word, Excel, PowerPoint, Visio, and many other formats....image or text watermarks to PDF, Word, Excel, PowerPoint, Visio...from : Word files (DOC, DOCX) PDF files Excel spreadsheets (XLS...

    docs.groupdocs.com/watermark/java/groupdocs-wat...
  9. GroupDocs.Conversion Product Family on GroupDoc...

    GroupDocs.Conversion Product Family on GroupDocs Blog | Document AuTomation Solutions for .NET & Java Developers Recent content in GroupDocs.Conversion Product Family on GroupDocs Blog | Document A...... Convert Word Documents to PDF in Node.js Convert Word DOC &...& DOCX documents to PDF within Node.js applications. Automate...

    blog.groupdocs.com/categories/groupdocs.convers...
  10. 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 GroupDocs.Watermark API concepts: Watermarker is the main class that contains all the required methods for manipulating document watermarks.... // Add text watermark to PDF document Watermarker watermarker...new Watermarker ( "document.pdf" ); TextWatermark watermark =...

    docs.groupdocs.com/watermark/java/basic-usage/