Sort Score
Result 10 results
Languages All
Labels All
Results 3,821 - 3,830 of 4,587 for

values

(0.07 sec)
  1. Working with metadata in PDF documents | GroupDocs

    Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional file format information. Load a PDF document Extract the root metadata package Use the getPdfType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.document.pdf.PdfReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPdf)) { PdfRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getPdfType().getFileFormat()); System.out.println(root.getPdfType().getVersion()); System.out.println(root.getPdfType().getMimeType()); System.out.println(root.getPdfType().getExtension()); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the getDocumentProperties method defined in the DocumentRootPackage class....( "customProperty1" , "some value" ); metadata . save ( Constants...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/metadata/java/working-with-m...
  2. Working with metadata in Word Processing docume...

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of WordProcessing documents such as DOC, DOCX, ODT, etc. For the full list of supported document formats please refer to Supported document formats. Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded document and extract some additional file format information. Load a WordProcessing document Extract the root metadata package Use the getWordProcessingType method to obtain file format information advanced_usage....( "customProperty1" , "some value" ); root . getDocumentPropertie...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/metadata/java/working-with-m...
  3. Java에서 JPEG, PNG, TIFF 및 WebP 이미지의 EXIF 데이터 처리

    Java에서 이미지의 EXIF 메타데이터를 조작합니다. Java API를 사용하여 프로그래밍 방식으로 JPG/JPEG, PNG, WebP 또는 기타 이미지의 EXIF 데이터를 추출, 업데이트, 추가 또는 제거합니다.... // Update/Set new values in EXIF Data (EXIF Package...getExifPackage(); // Setting the desired values in EXIF Package and EXIF IFD...

    blog.groupdocs.com/ko/metadata/handle-exif-data...
  4. ایجاد واترمارک های کاشی کاری - افزایش امنیت اسناد

    تکنیک های تولید واترمارک کاشی کاری برای اسناد با استفاده از C#، Java و Node.js را کشف کنید. با این راهنمای گام به گام امنیت اسناد خود را افزایش دهید....Percent, Value = 12 }, WatermarkSpacing = new...= TileMeasureType.Percent, Value = 10 } }; // تنظیم ویژگی های...

    blog.groupdocs.com/fa/watermark/generate-tiling...
  5. Exception while saving docx to image conversion...

    converter.convert("output.png", convert_options) RuntimeError: Proxy error(GroupDocsConversionException): Saving complete document is only supported when converting to tiff —> NotSupportedException: Saving complete docu…...pages, you can adjust this value accordingly. If you still want...

    forum.groupdocs.com/t/exception-while-saving-do...
  6. Determine the file type | GroupDocs

    This article explains how to get a type of a file with GroupDocs.Viewer for .NET using .NET / C#.... We value your opinion. Your feedback...

    docs.groupdocs.com/viewer/net/how-to-determine-...
  7. Search for text containing special characters |...

    This article shows how to handle search queries if they contain special characters and separator characters.... We value your opinion. Your feedback...

    docs.groupdocs.com/search/nodejs-java/search-fo...
  8. Removing found watermarks | GroupDocs

    This article explains how to remove found watermarks while using GroupDocs. Watermarks Java API.... We value your opinion. Your feedback...

    docs.groupdocs.com/watermark/java/removing-foun...
  9. Evaluation Limitations and Licensing | GroupDocs

    Note GroupDocs.Metadata also works without the license in trial mode with certain limitations Evaluation version limitations You can easily download GroupDocs.Metadata for evaluation. The evaluation download is the same as the purchased download. The evaluation version simply becomes licensed when you add a few lines of code to apply the license. You will face following limitations while using the API without the license. API Limitations Document properties (Pdf, Word, Excel, PowerPoint, Visio, etc) Only first 5 properties can be read XMP API Only first 2 XMP schemes can be read EXIF API GPS IFD and image thumbnail are unavailable Only first 5 properties can be read IPTC API Only first 5 properties can be read Id3v2, Lyrics3, APEv2 tags Only first 5 properties can be read QuickTime atoms Only first 5 atoms can be read File open Open maximum 15 files, otherwise, API throws exception File save Not supported in trial mode Licensing The license file contains details such as the product name, number of developers it is licensed to, subscription expiry date and so on.... We value your opinion. Your feedback...

    docs.groupdocs.com/metadata/java/evaluation-lim...
  10. Load personal storage PST or OST with options |...

    Learn this article and check how to load and convert PST/OST documents with advanced options using GroupDocs.Conversion for .NET API.... We value your opinion. Your feedback...

    docs.groupdocs.com/conversion/net/load-personal...