Sort Score
Result 10 results
Languages All
Labels All
Results 3,661 - 3,670 of 4,305 for

values

(0.18 sec)
  1. Numbered List in Email Document | Documentation

    Note In this article, we will use GroupDocs.Assembly to generate a Numbered List report in Email Document format. Note The code uses some of the objects defined in The Business Layer. Note This feature is supported by version 17.8.0 or greater. Numbered List in Email Document Creating a Numbered List Practising the following steps you can create Numbered List Template in MS Outlook 2013. Create a new Email. Write a sentence like “We provide support for the following clients:”.... We value your opinion. Your feedback...

    docs.groupdocs.com/assembly/net/numbered-list-i...
  2. Extract tables from document page | Documentation

    This article explains that how to extract tables from document page.... We value your opinion. Your feedback...

    docs.groupdocs.com/parser/java/extract-tables-f...
  3. Load TXT document with options | Documentation

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

    docs.groupdocs.com/conversion/net/load-txt-docu...
  4. Evaluation Limitations and Licensing | Document...

    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...
  5. 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...
  6. 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...
  7. Konvertieren Sie CSV- und Excel-Daten in Java |...

    Konvertieren Sie XLS und XLSX in CSV- und CSV in Excel-Formate innerhalb von Java-Anwendungen. Automatisieren Sie Ihre Dateikonvertierung mit der Java-API für die Dokumentenkonvertierung....Converter("path/comma-sparated-values.csv", loadOptions); SpreadsheetConvertOp...

    blog.groupdocs.com/de/conversion/convert-csv-an...
  8. Groupdocs.Blogs

    Groupdocs.Blogs - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...arquivos CSV [Comma Separated Values][1] são amplamente usados para...

    blog.groupdocs.com/pt/groupdocs.blog/page/23/
  9. ایجاد واترمارک های کاشی کاری - افزایش امنیت اسناد

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

    blog.groupdocs.com/fa/watermark/generate-tiling...
  10. 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 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...