Sort Score
Result 10 results
Languages All
Labels All
Results 1,511 - 1,520 of 2,451 for

resource

(0.34 sec)
  1. Handling incorrect document password exception ...

    This article shows how to handle incorrect document password exception with GroupDocs.Signature API.... getMessage ()); } More resources GitHub Examples You may easily...

    docs.groupdocs.com/signature/java/handling-inco...
  2. Delete Signatures of the certain types | GroupDocs

    This article explains how to delete electronic signatures of the certain types with GroupDocs.Signature API.... More resources GitHub Examples You may easily...

    docs.groupdocs.com/signature/java/delete-signat...
  3. Sign documents with encrypted QR-code text | Gr...

    This article explains how to create encrypted QR-code electronic signature with GroupDocs.Signature API...pdf" , options ); } More resources GitHub Examples You may easily...

    docs.groupdocs.com/signature/net/sign-documents...
  4. eSign Spreadsheet with Metadata signature | Gro...

    This article explains how to add metadata signatures to Spreadsheet document with GroupDocs.Signature...xlsx" , options ); More resources Advanced Usage Topics To learn...

    docs.groupdocs.com/signature/java/esign-spreads...
  5. Generate document preview | GroupDocs

    You are welcome to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and more....return stream ; } } } More resources Advanced usage topics To learn...

    docs.groupdocs.com/metadata/java/generate-docum...
  6. GroupDocs

    Central documentation index for GroupDocs on-premise document processing SDKs. Explore developer documentation and guides for all product families....NET Developer Resources Products Support © Groupdocs...

    docs.groupdocs.com/
  7. GroupDocs.Conversion for Java | GroupDocs

    GroupDocs.Conversion for Java is an advanced document conversion API developed to convert files of different formats from within Java applications....utilizing minimal system resources. Each release is rigorously...

    docs.groupdocs.com/conversion/java/
  8. Iterate through container items | GroupDocs

    This article explains that how to extract containers items and iterate through container items in Java.... More resources GitHub examples You may easily...

    docs.groupdocs.com/parser/java/iterate-through-...
  9. Extract table of contents from Microsoft Office...

    To extract table of contents from Microsoft Office Word document getToc method is used. Table of contents is generated by paragraphs with H1-H9 build-in styles. Warning getToc method returns null value if table of contents extraction isn’t supported for the document. For example, table of contents extraction isn’t supported for TXT files. Therefore, for TXT file getToc method returns null. If Microsoft Office Word document has no table of contents, getToc method returns an empty collection....readToEnd ()); } } } More resources GitHub examples You may easily...

    docs.groupdocs.com/parser/java/extract-table-of...
  10. Extract images from Microsoft Office PowerPoint...

    To extract images from Microsoft Office PowerPoint presentations getImages methods are used. By default images are extracted with its original format. With using ImageOptions class it is possible to extract images from Microsoft Office PowerPoint presentations as bmp, gif, jpeg, png and webp formats. Warning getImages method returns null value if image extraction isn’t supported for the document. For example, image extraction isn’t supported for TXT files. Therefore, for TXT file getImages method returns null....imageNumber ++; } } More resources GitHub examples You may easily...

    docs.groupdocs.com/parser/java/extract-images-f...