Sort Score
Result 10 results
Languages All
Labels All
Results 651 - 660 of 1,402 for

groupdocs java api change

(0.42 sec)
  1. SVG to PNG Conversion Tricks

    Convert SVG to PNG image format using free online image conversion tool. Developers convert using .NET & Java Api....programmatic conversions using C# and Java . Converting SVG to PNG - Online...on the CONVERT NOW button to change your SVG file into the PNG...

    blog.groupdocs.com/conversion/convert-svg-to-png/
  2. Show Tracked Changes in Word Documents using Gr...

    We are excited to announce the release of version 17.5.0 of Groupdocs.Viewer for Java. The latest version has come with 9 new features, 16 improvements, and more than 20 bug fixes. Please continue to read more about this major release of Groupdocs.Viewer for Java. Groupdocs.Viewer for Java 17.5.0 - New Features Following are the most notable features of Groupdocs.Viewer for Java 17.5.0. Support of New File Formats We have added the support of following file formats in this latest release....0 of GroupDocs.Viewer for Java . The latest version...release of GroupDocs.Viewer for Java. GroupDocs.Viewer for Java 17.5...

    blog.groupdocs.com/viewer/show-tracked-changes-...
  3. Create custom format handler | GroupDocs

    This article shows how to implement one or several interfaces for the document's features and required redaction....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/redaction/java/create-custom...
  4. Show gap lines instead of changes | GroupDocs

    This article explains how to adjust the display of the output document so that the Changed content is replaced with empty lines in Groupdocs.Comparison for Node.js via Java....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/comparison/nodejs-java/show-...
  5. Set metadata properties | GroupDocs

    The SetProperties method is used to update or add metadata. You can easily add metadata to photos, pdfs or you can update or add data to mp3 files....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/metadata/nodejs-java/set-met...
  6. Clean metadata | GroupDocs

    Sometimes you may need to just remove all or clean metadata properties without applying any filters. The best way to do this is to use the Sanitize method....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/metadata/java/clean-metadata/
  7. Delete Digital signatures from documents | Grou...

    This article explains how to delete Digital electronic signatures with Groupdocs.Signature Api....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/signature/java/delete-digita...
  8. Working with ZIP archives | GroupDocs

    Get ZIP format metadata The Api allows detecting ZIP archives and reading format metadata. The following steps are needed to be followed: Load a ZIP archive Get the root metadata package Extract the native metadata package using the ZipRootPackage.getZipPackage method Read the ZIP archive properties Loop through ZipPackage.getFiles to extract information about the archived files The following code snippet shows how to get metadata from a ZIP archive. advanced_usage.managing_metadata_for_specific_formats.archive.ZipReadNativeMetadataProperties...Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/metadata/java/working-with-z...
  9. Add watermarks to email attachments | GroupDocs

    The Api allows you to add watermark to all the attachments of supported types in an email message as shown in the following code sample. advanced_usage.add_watermarks_to_email_attachments.EmailAddWatermarkToAllAttachments TextWatermark watermark = new TextWatermark("Test watermark", new Font("Arial", 19)); EmailLoadOptions loadOptions = new EmailLoadOptions(); // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\message.msg" Watermarker watermarker = new Watermarker("message.msg", loadOptions); EmailContent content = watermarker.getContent(EmailContent.class); for (EmailAttachment attachment : content.getAttachments()) { // Check if the attached file is supported by Groupdocs....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/watermark/java/add-watermark...
  10. PdfFormattingOptions is Introduced in GroupDocs...

    Groupdocs.Conversion for Java 18.12 comes with some new features, improvements and bug fixes. Conversion from IGS, PLT and CGM formats is introduced. Now, Api can automatically add extension of the converted file if not set. Image, PDF and Word conversion is also improved. Furthermore, Excel to SVG and XPS to PDF conversion issues are now resolved. Please take a look over the release notes to get an idea about the Changes introduced....GroupDocs.Conversion for Java 18.12 comes with some new features...formats is introduced. Now, API can automatically add extension...

    blog.groupdocs.com/conversion/pdfformattingopti...