Sort Score
Result 10 results
Languages All
Labels All
Results 951 - 960 of 4,309 for

values

(0.06 sec)
  1. Reduce image quality | Documentation

    This topic describes how to compress images in PDF file using the GroupDocs.Viewer Java API.... It is a quality value in percent. 100% means original...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/viewer/java/optimization-pdf...
  2. واترمارک های تکراری پایتون: ۷ مثال برای محافظت ...

    تسلط بر واترمارک‌های تکراری پایتون با ۷ مثال عملی. یاد بگیرید چگونه واترمارک‌ها را اضافه، ایجاد و سفارشی کنید، واترمارک‌ها را حذف کنید و فایل‌ها را با استفاده از API GroupDocs.Watermark برای حفاظت از محتوای سازمانی محافظت کنید.... value = 12.0 watermark_spacing = gww...PERCENT watermark_spacing . value = 10.0 tile_options = gww ....

    blog.groupdocs.com/fa/watermark/tiling-watermar...
  3. CSV to Word Report in CSharp

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....CSV Soubory Comma Separated Values se široce používají pro výměnu...

    blog.groupdocs.com/cs/tag/csv-to-word-report-in...
  4. How to run examples | Documentation

    This article describes how to run .NET file conversion API code examples....} Replace the documentPath value with the actual path to the...} Replace the documentPath value with the actual path to the...

    docs.groupdocs.com/conversion/net/how-to-run-ex...
  5. Search results | Documentation

    This article shows that how to perform the operations on search results.... The method returns a value indicating that the result is...returns the found terms. The value is evaluated each time the property...

    docs.groupdocs.com/search/nodejs-java/search-re...
  6. About Search Engines | Documentation

    This page is about the classification of search engines and what place GroupDocs.Search API occupies in this classification. There are a large number of ways to classify search engines. Here are the main ones... Key-value store. A key-value database is a data...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/search/net/about-search-engi...
  7. Working with metadata in PDF documents | Docume...

    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 FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf.PdfReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPdf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the DocumentProperties property defined in the DocumentRootPackage class.... Value ); } } As you can see the code...Console . WriteLine ( field . Value ); // ... } } } Reading document...

    docs.groupdocs.com/metadata/net/working-with-me...
  8. Search results | Documentation

    This article shows that how to perform the operations on search results.... The property returns a value indicating that the result is...returns the found terms. The value is evaluated each time the property...

    docs.groupdocs.com/search/net/search-results/
  9. Working with Metadata in ASF Files | Documentation

    Working with metadata in ASF files Reading ASF format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from ASF files. The following are the steps to read native ASF metadata. Load an ASF video Get the root metadata package Extract the native metadata package using AsfRootPackage.AsfPackage Read the ASF metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Asf.AsfReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputAsf)) { var root = metadata.GetRootPackage(); var package = root.AsfPackage; // Display basic properties Console.... WriteLine ( "Value: {0}" , descriptor . Value ); Console . WriteLine...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. Convert CSV to PDF in CSharp

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....Pliki CSV [Comma Separated Values][1] są szeroko stosowane do...

    blog.groupdocs.com/pl/tag/convert-csv-to-pdf-in...