Sort Score
Result 10 results
Languages All
Labels All
Results 631 - 640 of 1,012 for

printing annotations

(0.12 sec)
  1. Clean metadata | Documentation

    Sometimes you may need to just remove all or clean metadata properties without applying any filters. The best way to do this is to use the Sanitize method....Annotation Product Solution GroupDocs...affected = metadata . sanitize () print ( f "Properties removed: { affected...

    docs.groupdocs.com/metadata/python-net/clean-me...
  2. Search text | Documentation

    This article explains that how to search text from documents....Annotation Product Solution GroupDocs...SearchResult s : sr ) { // Print an index and found text: System...

    docs.groupdocs.com/parser/java/search-text/
  3. Retrieve the document information | Documentation

    Retrieving information about a document with GroupDocs.Viewer for Java...Annotation Product Solution GroupDocs...file is encrypted List and print all supported file types Get...

    docs.groupdocs.com/viewer/java/retrieving-docum...
  4. Using OCR to redact image documents | Documenta...

    GroupDocs.Redaction supports both types of image documents for Optical Character Recognition (OCR): image files, such as printed document scans (PNG, JPG, etc.) embedded images within office documents (PDF, DOCX, etc.) You have to implement IOcrConnector interface and pass the instance to RedactorSettings constructor. For more details, see OCR Usage Basics article. OCR usage limitations There are the following limitations of the OCR with GroupDocs.Redaction v21.3: textual replacements are not supported, so you have to use color box replacements to redact text in images....Annotation Product Solution GroupDocs...(OCR): image files, such as printed document scans (PNG, JPG, etc...

    docs.groupdocs.com/redaction/net/using-ocr/
  5. Load document from local disk | Documentation

    Learn how to extract data from documents on the local disk...Annotation Product Solution GroupDocs...= parser . GetText ()) { // Print a text from the document //...

    docs.groupdocs.com/parser/net/load-document-fro...
  6. واجهات برمجة تطبيقات التوقيع الرقمي لملفات PDF ...

    أضف توقيعات رقمية إلى PDF و Word و Excel و PowerPoint و OpenDocument و PNG و PSD و JPG والعديد من تنسيقات الملفات الأخرى باستخدام واجهات برمجة تطبيقات .NET و JAVA....print("Signature with Text '" + textSignature...pdf']."); } else { System.out.print("Signature was not updated in...

    www.groupdocs.com/ar/products/sign-business-doc...
  7. GroupDocs.Conversion for Java 17.12 Release Not...

    Note This page contains release notes for GroupDocs.Conversion for Java 17.12 Major Features There are 5+ new features, improvements and fixes in this regular monthly release. The most notable are: Cells to SVG conversion improvement Diagram to SVG conversion improvement Detecting unsupported Excel 95 format and throw meaningful exception Conversion from/to POTX and POTM Conversion from/to PPTM and PPSM Conversion from/to XLTX and XLTM Conversion from/to Jpeg 2000 Option to convert one sheet per page depending from print area when converting Cells to PDF Option to optimize resulting PDF to minimum file size Improved image to SVG conversion Improved word to GIF conversion 5 bugs fixed Full List of Issues Covering all Changes in this Release Key Summary Category CONVERSIONNET-2183 Implement conversion from/to POTX and POTM New Feature CONVERSIONNET-2209 Implement conversion from/to PPTM and PPSM New Feature CONVERSIONNET-2218 Implement conversion from/to XLTX and XLTM New Feature CONVERSIONNET-2277 Implement conversion from/to Jpeg2000 New Feature CONVERSIONNET-2206 Check for unsupported Excel 95 XLS file format and throw an exception Improvement CONVERSIONNET-2225 Cells to SVG conversion improvement Improvement CONVERSIONNET-2235 Diagram to SVG conversion improvement Improvement CONVERSIONNET-2245 Set custom font directories Improvement CONVERSIONNET-2257 Implement possibility to convert one sheet per page or depending on print area when converting Cells to Pdf Improvement CONVERSIONNET-2258 Implement possibility to optimize target Pdf for minimum file size when converting Cells to Pdf Improvement CONVERSIONNET-2262 Image to SVG conversion improvement Improvement CONVERSIONNET-2266 Words to Gif conversion improvement Improvement CONVERSIONNET-2180 Conversion for Doc with macro to Docx failed Bug CONVERSIONNET-2103 System....Annotation Product Solution GroupDocs...sheet per page depending from print area when converting Cells to...

    docs.groupdocs.com/conversion/java/groupdocs-co...
  8. Working with vCard metadata | Documentation

    What is vCard? vCard, also known as VCF (Virtual Contact File), is a file format standard for electronic business cards. vCards are often attached to e-mail messages, but can be exchanged in other ways. They can contain name and address information, telephone numbers, e-mail addresses, URLs, logos, photographs, and even audio clips. Note For more information on the format please see https://en.wikipedia.org/wiki/VCard Getting Simple vCard metadata To access Metadata in a vCard, GroupDocs....Annotation Product Solution GroupDocs...IdentificationRecord . PhotoUriRecords ) { // Print the property value Console ...

    docs.groupdocs.com/metadata/net/working-with-vc...
  9. Getting Document Information | Documentation

    Learn how to retrieve document metadata such as file type, page count, size, and other properties with GroupDocs.Conversion for Python via .NET....Annotation Product Solution GroupDocs...get_document_info () # Print basic document info print ( "Format:" , info...

    docs.groupdocs.com/conversion/python-net/develo...
  10. Extract text areas | Documentation

    This article explains that how to extract text areas from documents....Annotation Product Solution GroupDocs...PageTextArea a in areas ) { // Print a page index, rectangle and...

    docs.groupdocs.com/parser/net/extract-text-areas/