Sort Score
Result 10 results
Languages All
Labels All
Results 2,611 - 2,620 of 11,663 for

new

(0.2 sec)
  1. SVG on GroupDocs Blog | Document Automation Sol...

    SVG on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in SVG on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers SVG 이미지에서 XMP 메타데...... This release includes new features, improvements, and bug...

    blog.groupdocs.com/ko/tag/svg/index.xml
  2. Document filtering in search result | GroupDocs

    This article gives the knowledge that how the document filters used during the search using Java search API....Consulting Blog Knowledge Base New Releases Status Websites aspose...specified folder Index index = new Index ( indexFolder ); // Indexing...

    docs.groupdocs.com/search/java/document-filteri...
  3. Convert to Image with advanced options | GroupDocs

    Follow this guide and learn how to convert documents to image with height, width, resolution, brightness and other customizations using GroupDocs.Conversion for Node.js via Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...outputFileTemplate , 1 )) const converter = new groupdocs . conversion . Converter...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  4. how-to-check-if-file-is-encrypted.zip

    how-to-check-if-file-is-encrypted/pom.xml 4.0.0 com sample 1.0-SNAPSHOT groupdocs http://www.example.com UTF-8 1.7 1.7 maven.groupdocs.com groupdocs-artifact-repository https://repository.groupdocs......Exception { try (Viewer viewer = new Viewer("protected.pdf")) { FileInfo...

    docs.groupdocs.com/viewer/java/sample-apps/deve...
  5. Linux Compatibility for Python version

    Linux Compatibility for Python version Hi, I just purchased a license and I'm trying to find the python binaries for the Linux version, for GroupDocs.Watermark, I could only find macosx and windows......@SpxAmanda , We have just released a new version of GroupDocs.Watermark...We have opened the following new ticket(s) in our internal issue...

    forum.groupdocs.com/t/linux-compatibility-for-p...
  6. Document conversion are hanging in 24.1 Version...

    HI We are in middle of upgrading our jar of 22.8.1 to 24.1 of Groupdocs conversion . Recently when we tried deploying our wars into our servers even simple conversions are hanging as threads are in hanging state for ver…...8:38am 3 2 posts were split to a new topic: JPG to PNG and Tiff conversion...converter = new Converter(); PdfConvertOptions options = new PdfConvertOptions();...

    forum.groupdocs.com/t/document-conversion-are-h...
  7. Using aliases | GroupDocs

    This article shows the use of aliases which allows you to reduce the length of search queries in text form....Consulting Blog Knowledge Base New Releases Status Websites aspose...specified folder Index index = new Index ( indexFolder ); // Indexing...

    docs.groupdocs.com/search/net/using-aliases/
  8. SQLite DB on GroupDocs Blog | Document Automati...

    SQLite DB on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in SQLite DB on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers 使用 C#......(Parser parser = new Parser(connectionString, new LoadOptions(FileFormat...

    blog.groupdocs.com/zh/tag/sqlite-db/index.xml
  9. Get the format family and the additional inform...

    This article explains how to get the format family and the additional information using Java with GroupDocs.Viewer for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...// ... try ( Viewer viewer = new Viewer ( "sample.pdf" )) { //...

    docs.groupdocs.com/viewer/java/how-to-get-file-...
  10. Working with metadata in GIF images | GroupDocs

    Detecting the GIF version The following sample of code will help you to detect the version of a loaded GIF image and extract some additional file format information. Load a GIF image Extract the root metadata package Use the getGifImageType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.image.gif.GifReadFileFormatProperties try (Metadata metadata = New Metadata(Constants.InputGif)) { GifRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getGifImageType().getFileFormat()); System.out.println(root.getGifImageType().getVersion()); System.out.println(root.getGifImageType().getByteOrder()); System.out.println(root.getGifImageType().getMimeType()); System.out.println(root.getGifImageType().getExtension()); System.out.println(root.getGifImageType().getWidth()); System.out.println(root.getGifImageType().getHeight()); } Working with XMP Metadata GroupDocs....Consulting Blog Knowledge Base New Releases Status Websites aspose...GifReadFileFormatPro try ( Metadata metadata = new Metadata ( Constants . InputGif...

    docs.groupdocs.com/metadata/java/working-with-m...