Sort Score
Result 10 results
Languages All
Labels All
Results 471 - 480 of 4,913 for

text annotations

(0.08 sec)
  1. Watermarks in PDF document | GroupDocs

    Learn about how many ways the Groupdocs.Watermark for Java can add watermarks in PDF documents....Annotation Product Solution GroupDocs...PdfArtifactWatermark (); // Add text watermark TextWatermark textWatermark...

    docs.groupdocs.com/watermark/java/watermarks-in...
  2. Big News! GroupDocs.Redaction has been released...

    Do you have to deal with a frequent exchange of the digital documents? Do your documents contain classified and sensitive information that needs to be protected? If they do, how do you process such documents to hide or remove some specific information before sending them outside your company? Well, these questions will definitely pop out the solution that you are currently using for protecting the sensitive content in your document....such as text redaction, metadata ‎redaction, annotation redaction...values Remove annotations or redact their text Integration interface...

    blog.groupdocs.com/redaction/groupdocs-redactio...
  3. Text Highlight on GroupDocs Blog | Document Aut...

    Text Highlight on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Text Highlight on GroupDocs Blog | Document Automation Solutions for .NET & Java Develo......Text Highlight on GroupDocs Blog | Document Automation Solutions...Developers Recent content in Text Highlight on GroupDocs Blog...

    blog.groupdocs.com/fr/tag/text-highlight/index.xml
  4. Remove Metadata from DOCX using C#

    In this tutorial, you'll learn how to remove metadata from DOCX using C#. Also, you'll be provided with a simple code example to clean metadata from DOCX in C#....Annotation Product Family GroupDocs...track changes, comments, and annotations). The removal of metadata...

    kb.groupdocs.com/redaction/net/remove-metadata-...
  5. Strikeout Text on GroupDocs Blog | Document Aut...

    Strikeout Text on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Strikeout Text on GroupDocs Blog | Document Automation Solutions for .NET & Java Develo......Strikeout Text on GroupDocs Blog | Document Automation Solutions...Recent content in Strikeout Text on GroupDocs Blog | Document...

    blog.groupdocs.com/fr/tag/strikeout-text/index.xml
  6. Compare PDF documents | GroupDocs

    Learn how to compare PDF documents using GroupDocs.Comparison for Python via .NET. Detect and highlight Text and formatting differences between PDF files with Python code....Annotation Product Solution GroupDocs...identify changes in text, formatting, annotations, and structure....

    docs.groupdocs.com/comparison/python-net/compar...
  7. 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 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....Annotation Product Solution GroupDocs...InspectionPackage . Annotations != null ) { foreach ( var annotation in root...

    docs.groupdocs.com/metadata/net/working-with-me...
  8. Watermarks in PDF document | GroupDocs

    Learn about how many ways the Groupdocs.watermark can add watermarks in PDF documents....Annotation Product Solution GroupDocs...PdfArtifactWatermark (); // Add text watermark TextWatermark textWatermark...

    docs.groupdocs.com/watermark/net/watermarks-in-...
  9. Searching watermarks | GroupDocs

    Find possible Text and image watermarks using Python via .NET, with powerful criteria....Annotation Product Solution GroupDocs...image_data )) print ( "Text" , wm . text ) print ( "X" , wm . x...

    docs.groupdocs.com/watermark/python-net/searchi...
  10. How to Add Arrow Annotation in PDF using Java

    This article will teach you how to add arrow annotation in PDF using Java. Also, we will assist you in writing Java code to insert arrow annotation into PDF in Java....Annotation Product Family GroupDocs...Product Family How to Add Arrow Annotation in PDF using Java In this...

    kb.groupdocs.com/annotation/java/how-to-add-arr...