Sort Score
Result 10 results
Languages All
Labels All
Results 371 - 380 of 79,865 for

documents

(0.11 sec)
  1. Protect and Unprotect Word Documents with Water...

    Another monthly release of GroupDocs.Watermark for Java is onboard. GroupDocs.Watermark for Java 18.6 supports locking of watermarks in Word Documents. Furthermore, it also provides the ability to protect and unprotect the Word Documents. Following are the details about the new features added in version 18.6. Lock Watermark in Word Documents There might be the case when you need to lock the watermarks in a Word document to restrict the editing....locking of watermarks in Word documents. Furthermore, it also provides...protect and unprotect the Word documents. Following are the details...

    blog.groupdocs.com/watermark/protect-word-docum...
  2. Strikethrough Text in Documents in Java | C̶r̶o...

    Let's strikeout the text within Documents using Java. Automate the crossing out of invalid text using strikethrough annotation with Java API....invalid content within the documents. In order to automate the...to strikethrough text in documents in Java . The following topics...

    blog.groupdocs.com/annotation/strikethrough-tex...
  3. Strikethrough Text in Documents in Java | C̶r̶o...

    Let's strikeout the text within Documents using Java. Automate the crossing out of invalid text using strikethrough annotation with Java API....Home Strikethrough Text in Documents using Java Facebook Twitter...invalid content within the documents. In order to automate the...

    blog.groupdocs.com/2021/12/06/strikethrough-tex...
  4. 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....Events Acquisition GroupDocs Documentation / GroupDocs.Metadata Product...formats / Documents / Working with metadata in PDF documents Working...

    docs.groupdocs.com/metadata/net/working-with-me...
  5. Extract Images from PDF Documents in C# using ....

    Learn how to extract images from PDF files using C# within your .NET applications. Extract images from PDF files or from any specific page using .NET API....Tiếng Việt 中文 中國傳統的 Portable Document Format (PDF) is a popular...used document format developed by Adobe. PDF documents can contain...

    blog.groupdocs.com/parser/extract-images-from-p...
  6. Sign documents with additional image adjustment...

     This article explains how to use different image adjustment with electronic signatures on document page....Events Acquisition GroupDocs Documentation / GroupDocs.Signature Product...Advanced usage / Signing documents / Using Signature Appearances...

    docs.groupdocs.com/signature/net/sign-documents...
  7. Convert Word Documents to PDF in Node.js | DOCX...

    Convert Word DOC & DOCX Documents to PDF within Node.js applications. Automate your file conversion using the document conversion Node.js API....explore how to convert MS Word documents (DOC/DOCX) files into PDF...a password-protected Word document within a Node.js application...

    blog.groupdocs.com/conversion/convert-word-doc-...
  8. diff-documents · GitHub Topics · GitHub

    GitHub is where people build software. More than 100 million people use GitHub to discover, fork, and contribute to over 420 million projects....alert {{ message }} # diff-documents Here are 2 public repositories...Examples annotation e-sign document-viewer excel-viewer excel-editor...

    github.com/topics/diff-documents
  9. Calculate Formula while Assembling Spreadsheet ...

    Calculate Formula The Recipe Set up source document template path Set up destination report path Instantiate DocumentAssembler class Set options, DocumentAssemblyOptions.UPDATE_FIELDS_AND_FORMULAS Generate report Download Template Get the template from here. Update formula.xlsx The Code...Events Acquisition GroupDocs Documentation / GroupDocs.Assembly Product...while Assembling Spreadsheet Documents Calculate Formula while Assembling...

    docs.groupdocs.com/assembly/java/calculate-form...
  10. Remove Watermark from PDF Documents in Java | W...

    Delete or remove watermarks from PDF and other Documents in Java. An overview for Java developers to create a watermark removing applications....Remove Watermarks from PDF Documents in Java Facebook Twitter Linkedin...mostly used to mentioned documents as drafts and to avoid any...

    blog.groupdocs.com/2022/04/06/remove-watermark-...