Sort Score
Result 10 results
Languages All
Labels All
Results 2,691 - 2,700 of 14,324 for

file

(0.04 sec)
  1. Image comparison processing time to save output...

    About 1-2 minutes to export a image Result saved image image.png (6.0 KB) My code: public static class GroupDocsApi { // Function use GroupDocs API to compare words public static Chang…...resource name for your license file string resourceName = assembly...FileNotFoundExceptio("License file not found as embedded resource...

    forum.groupdocs.com/t/image-comparison-processi...
  2. Introducing Stamp Types in GroupDocs.Signature ...

    Team GroupDocs is excited to release version 18.6 of GroupDocs.Signature for Java API. This latest version supports to sign documents with stamp signatures either in a round or a square shape. Apart from that, few fixes are also introduced in this release of the API. We would recommend you to download the new version of API and evaluate the exciting features to enhance document e-signing experience. Features Encode and Search Custom Object to QR-Code SignatureNow users of this API can add and search custom object to QR-Code signatures....Slides File FormatsFollowing are the new slides file formats...Signed .doc files have .docx extension and .ppt files have .pps...

    blog.groupdocs.com/signature/java-e-signing-api...
  3. CHM Files Now Supported in Version 17.8.0 of Gr...

    Team GroupDocs is pleased to notify its users about the regular monthly release of version 17.8.0 of the .NET Text extraction API. The latest release introduces support for .chm Files and allows its users to extract text from CHM Files. This feature allows extracting either a single line or all text characters from a File of .chm format. We highly recommend our users to download or update the API to the latest version and get advantage of the ability to extract text from the CHM Files....chm files and allows its users to extract...extract text from CHM files. This feature allows extracting either...

    blog.groupdocs.com/parser/chm-files-now-support...
  4. Render to PDF | Documentation

    Rendering Files to PDF with GroupDocs.Viewer for Java. It means that you can embed PDF in websites or applications by using this Java API... To render files to PDF, follow these steps:...a path to save the rendered file. Call the method of the object...

    docs.groupdocs.com/viewer/java/rendering-to-pdf/
  5. Compare bookmarks in Word documents | Documenta...

    This article explains how to activate the comparison of bookmarks for Word format in GroupDocs.Comparison for Java.... Specify the source file path or stream. Call the method...method. Specify the target file path or stream. Instantiate the...

    docs.groupdocs.com/comparison/java/compare-book...
  6. Save attachments | Documentation

    Save attachments and embedded Files from PDF, Outlook data File or email... Specify a file that contains attachments. Call...all attachments from the MSG file: Note NOTE: provided code snippet...

    docs.groupdocs.com/viewer/nodejs-java/how-to-ex...
  7. Loading of external resources containing by a d...

    This article explains how to manage loading of external resources contained by a document with GroupDocs.Viewer within your Java applications....following images show the output file with and without external resources...setResourceLoadingTi ( 5000 ); // Render a file. try ( Viewer viewer = new Viewer...

    docs.groupdocs.com/viewer/java/loading-external...
  8. Working with metadata in FLV files | Documentation

    Reading FLV header properties The GroupDocs.Metadata API supports extracting format-specific information from the FLV File header. The following are the steps to read the header of an FLV File. Load an FLV video Get the root metadata package Extract the native metadata package using the FlvRootPackage.getHeader method Read the FLV header properties advanced_usage.managing_metadata_for_specific_formats.video.flv.FlvReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputFlv)) { FlvRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getVersion()); System.out.println(root.getHeader().hasAudioTags()); System.out.println(root.getHeader().hasVideoTags()); System.out.println(root.getHeader().getTypeFlags()); } Working with XMP metadata GroupDocs....metadata in FLV files Working with metadata in FLV files Leave feedback...format-specific information from the FLV file header. The following are the...

    docs.groupdocs.com/metadata/java/working-with-m...
  9. Saving files to different locations | Documenta...

    Following this guide you will learn how to save the converted PDF, Word, Excel, or PowerPoint documents to local disk, stream or FTP....Advanced usage / Saving Saving files to different locations Leave...converted files to different locations: Save file to local disk...

    docs.groupdocs.com/conversion/net/saving-files-...
  10. Process the Microsoft Outlook Email Attachments...

    An ‘attachment’ is a File such as a document or a photo that is attached to an email. It’s easy to attach pictures, Files, contacts, emails and many other items to your Outlook messages. If you selected a File on your local computer or group document library for the attachment purpose, a copy of the File is attached to the email. The case: A software developer is making a document viewing application....An ‘attachment’ is a file such as a document or a photo that...It’s easy to attach pictures, files, contacts, emails and many other...

    blog.groupdocs.com/viewer/process-microsoft-out...