Sort Score
Result 10 results
Languages All
Labels All
Results 3,451 - 3,460 of 18,513 for

groupdocs signature java

(0.06 sec)
  1. Working with slide backgrounds | GroupDocs

    Extracting information about all slide backgrounds The API allows you to extract information about all the slide backgrounds in a PowerPoint document as shown in the following code sample using method getBackgroundImage() of PresentationSlide.getImageFillFormat(). advanced_usage.add_watermarks_to_presentations.PresentationGetSlideBackgroundsInformation PresentationLoadOptions loadOptions = new PresentationLoadOptions(); // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\presentation.pptx" Watermarker watermarker = new Watermarker("presentation.pptx", loadOptions); PresentationContent content = watermarker.getContent(PresentationContent.class); for (PresentationSlide slide : content.getSlides()) { if (slide....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/watermark/java/working-with-...
  2. Groupdocs.Blogs on GroupDocs Blog | Document Au...

    Groupdocs.Blogs on Groupdocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Groupdocs.Blogs on Groupdocs Blog | Document Automation Solutions for .NET & Java Deve......Groupdocs.Blogs on GroupDocs Blog | Document Automation Solutions...for .NET & Java Developers Recent content in Groupdocs.Blogs on...

    blog.groupdocs.com/zh-hant/groupdocs.blog/index...
  3. Extract hyperlinks from Microsoft Office Word d...

    To extract hyperlinks from Microsoft Office Word document getStructure method is used. This method returns XML representation of the document. Hyperlinks are represented by “hyperlink” tag; “link” attribute contains hyperlink’s URL. For more details, see Extract text structure. Hyperlink can contain a text: google.com Warning getStructure method returns null value if text structure extraction isn’t supported for the document. For example, text structure extraction isn’t supported for TXT files. Therefore, for TXT file getStructure method returns null....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/parser/java/extract-hyperlin...
  4. Python on GroupDocs Blog | Document Automation ...

    Python on Groupdocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Python on Groupdocs Blog | Document Automation Solutions for .NET & Java Developers Groupdocs.S......Python on GroupDocs Blog | Document Automation Solutions for...NET & Java Developers Recent content in Python on GroupDocs Blog...

    blog.groupdocs.com/ja/tag/python/index.xml
  5. Render Project documents as HTML, PDF, and imag...

    This topic describes how to use the Groupdocs.Viewer Java API to convert Microsoft Project files to HTML, PDF, PNG, and JPEG formats....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/viewer/java/render-ms-projec...
  6. API on GroupDocs Blog | Document Automation Sol...

    API on Groupdocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in API on Groupdocs Blog | Document Automation Solutions for .NET & Java Developers Groupdocs.Editor ......API on GroupDocs Blog | Document Automation Solutions for .NET...NET & Java Developers Recent content in API on GroupDocs Blog...

    blog.groupdocs.com/ko/tag/api/index.xml
  7. Use advanced rasterization options | GroupDocs

    Use advanced rasterization options In order to use the advanced rasterization options you have to pass one of the options to Save method. In this case the document will be rasterized to PDF, but the scan-like effects will be applied to its pages. The following example demonstrates how to apply the AdvancedRasterizationOptions with default settings. final Redactor redactor = new Redactor("Sample.docx"); try { // Save the document with advanced options (convert pages into images, and save PDF with scan-like pages) SaveOptions so = new SaveOptions(); so....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/redaction/java/use-advanced-...
  8. API on GroupDocs Blog | Document Automation Sol...

    API on Groupdocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in API on Groupdocs Blog | Document Automation Solutions for .NET & Java Developers Groupdocs.Editor ......API on GroupDocs Blog | Document Automation Solutions for .NET...NET & Java Developers Recent content in API on GroupDocs Blog...

    blog.groupdocs.com/ja/tag/api/index.xml
  9. Load document from stream | GroupDocs

    This article demonstrates how to convert document presented as stream using Groupdocs.Conversion for Java API....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/conversion/java/load-documen...
  10. Retrieve the document information | GroupDocs

    Retrieving information about a document with Groupdocs.Viewer for Java...Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/viewer/java/retrieving-docum...