Sort Score
Result 10 results
Languages All
Labels All
Results 771 - 780 of 937 for

presentation to pdf

(0.12 sec)
  1. Get supported file formats | GroupDocs

    The getSupportedFileTypes method of the FileType class is used To obtain a list of supported file types. An example of obtaining a list of supported file types is presented below. Iterable supportedFileTypes = FileType.getSupportedFileTypes(); IteraTor iteraTor = supportedFileTypes.iteraTor(); while (iteraTor.hasNext()) { FileType fileType = (FileType)iteraTor.next(); System.out.println(fileType.getExtension() + " - " + fileType.getDescription()); } More resources Advanced usage Topics To learn more about library features and get familiar how To manage metadata and more, please refer To theadvanced usage section....of supported file types is presented below. Iterable < FileType...to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/metadata/java/get-supported-...
  2. Sign Document With Secure Custom Metadata Signa...

    id: sign-document-with-secure-cusTom-metadata-signatures url: signature/net/sign-document-with-secure-cusTom-metadata-signatures title: Sign document with secure cusTom Metadata signatures weight: 12 description: “This section contains articles with explanation how To create Metadata electronic signatures and embed inTo metadata cusTom object with its serialization and encryption. The examples show how To cusTomize object serialization and encryption.” keywords: productName: GroupDocs.Signature for .NET Toc: True hideChildren: False GroupDocs.Signature provides additional features with MetadataSignature class like following ability To embedded cusTom objects inTo metadata ability To specify cusTom objects encryption and serialization ability To collect and populate standard document signatures Here are the steps To embed cusTom object inTo Metadata signature with GroupDocs....jpg" , options ); } Sign PDF with embedded object and encrypted...or update standard embedded PDF document metadata signatures...

    docs.groupdocs.com/signature/net/developer-guid...
  3. Convert Spreadsheets using GroupDocs.Conversion...

    Reason To use a Document Conversion API The world is becoming a global village and businesses running all over the world interacting and collaborating with hundreds of institutions across the globe, the data gathered from different sources come in a number of different formats. Even the data arranged within an organization could be compiled in different formats depending upon the person or department gathering and maintaining it. You may also find yourself in a situation where the older files being used within the company may no longer be compatible with the company’s needs due To certain changes in company policies and software being used by it....sure that the valuable data present in actual files may not get...can be used when converting to PDF using GroupDocs.Conversion for...

    blog.groupdocs.com/conversion/convert-spreadshe...
  4. Document rendering basics | GroupDocs

    This section describes how To use GroupDocs.Viewer for Node.js 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/nodejs-java/document-...
  5. GroupDocs.Metadata for Python via .NET | GroupDocs

    Develop Applications To Create, View, Access, Update, Delete, Search, Compare, Replace & Export Metadata of Popular Documents & Image Formats....documents, spreadsheets, presentations, PDF files, email messages...

    docs.groupdocs.com/metadata/python-net/
  6. GroupDocs.Metadata for .NET | GroupDocs

    A .NET API To manipulate metadata is being consumed as metadata viewer for CRUD operations. It helps developers To read, write, edit and remove meta information from all popular document file formats...documents, spreadsheets, presentations, PDF files, email messages...

    docs.groupdocs.com/metadata/net/
  7. GroupDocs.Redaction Product Family

    Document AuTomation APIs To enrich .NET and Java applications To view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....documents, worksheets, presentations, and PDF files within your ...

    blog.groupdocs.com/categories/groupdocs.redacti...
  8. Load document from stream | GroupDocs

    There might be cases when the document is presented only as a stream (without a copy on the local disk). To avoid the overhead of saving documents To the disk, GroupDocs.Parser enables To extract data from streams directly. The following example shows how To load the document from the stream: // Create the stream try (InputStream stream = new FileInputStream(Constants.SamplePdf)) { // Create an instance of Parser class with the stream try (Parser parser = new Parser(stream)) { // Extract a text inTo the reader try (TextReader reader = parser....cases when the document is presented only as a stream (without...welcome to extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/parser/java/load-document-fr...
  9. Document rendering basics | GroupDocs

    This section describes how To use GroupDocs.Viewer for Java 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/java/document-renderi...
  10. Extract Text from Markdown Files in Java | Mark...

    Extract Text from Markdown Files in Java. Parser the mardown files within Java applications using document parser API by GroupDocs....Spreadsheets: XLS, XLSX, … Presentations: PPT, PPTX, …. eBooks: EPUB...and CHM eBooks in Java Read PDF Form Fields in Java...

    blog.groupdocs.com/parser/extract-text-from-mar...