Sort Score
Result 10 results
Languages All
Labels All
Results 691 - 700 of 1,728 for

document management

(0.05 sec)
  1. Fixing Invalid Form Fields | GroupDocs

    Fixing Invalid Form Fields and Saving the Document with GroupDocs.Editor for Node.js via Java...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Editor Product.../ Developer Guide / Field Management in GroupDocs.Editor for Node...

    docs.groupdocs.com/editor/nodejs-java/fixing-in...
  2. How to protect a signed PDF document | GroupDocs

    This article explains how to protect a signed PDF Document....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...Saving documents / How to protect a signed PDF document How to...

    docs.groupdocs.com/signature/net/protect-pdf-do...
  3. How do I set FontDirectories in GroupDocs.Conve...

    In a previous version (22.1) I was setting the FontDirectories of the ConvertSettings object. Trying to upgrade to 24.2, this now looks like a read-only property and throws an error. How can I set this so I can use cus…...Please take a look at this document API reference . Let us know...access to our Paid Support management team. atir.tahir March 7...

    forum.groupdocs.com/t/how-do-i-set-fontdirector...
  4. NullReferenceException when extracting PDF file...

    Hello, We are getting an exception when extractor some PDF files… System.NullReferenceException: Object reference not set to an instance of an object.\r\n at Aspose.Pdf.Facades.PdfExtractor.GetAttachNames()\r\n at …...\u0002(Document \u0002, \u0006\u001A\u000F...at . ( e , Parser ) at . (Document , , String ) I am not sure...

    forum.groupdocs.com/t/nullreferenceexception-wh...
  5. Load EBook Documents with Options | GroupDocs

    Learn how to use EBookLoadOptions to configure ebook Document loading in GroupDocs.Conversion for .NET. Supports MOBI, EPUB, and AZW3 formats....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...for different document types / Load EBook Documents with Options...

    docs.groupdocs.com/conversion/net/load-ebook-do...
  6. Compare Word Documents Online with GroupDocs' D...

    GroupDocs Comparison is a web-based tool that allows you to compare Word Documents, as well as PDF, Excel and other Documents online. It combines two Documents and highlights differences. While comparing Documents, the app generates a redline and blueline view of how the Documents differ. GroupDocs’ Document comparison tool highlights the differences this way: red strike-outs show deleted text and formatting; and blue underlines show added text and formatting. GroupDocs Comparison is mainly used to compare two Word Documents....Word documents , as well as PDF, Excel and other documents online...online. It combines two documents and highlights differences. While...

    blog.groupdocs.com/comparison/compare-word-docu...
  7. Handling metadata in WAV files | GroupDocs

    This article explains about the API supports extracting metadata from WAV files...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...Developer Guide / Advanced Usage / Managing metadata for specific formats...

    docs.groupdocs.com/metadata/java/handling-metad...
  8. How to Extract Images from Word Document in C#

    Easily extract Images from Word Document in C# in just a few lines of code and learn how to write code to develop the application for C# image extractor from Word....to Extract Images from Word Document in C# In this brief how-to...to extract Images from Word document in C# . We will use DOCX as...

    kb.groupdocs.com/parser/net/how-to-extract-imag...
  9. Working with metadata in AVI files | GroupDocs

    Reading AVI header properties The GroupDocs.Metadata API supports extracting format-specific information from AVI file headers. The following are the steps to read the header of an AVI file. Load an AVI video Get the root metadata package Extract the native metadata package using AviRootPackage.Header Read the AVI header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Avi.AviReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputAvi)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.Header.AviHeaderFlags); Console.WriteLine(root.Header.Height); Console.WriteLine(root.Header.Width); Console.WriteLine(root.Header.TotalFrames); Console.WriteLine(root.Header.InitialFrames); Console.WriteLine(root.Header.MaxBytesPerSec); Console.WriteLine(root.Header.PaddingGranularity); Console.WriteLine(root.Header.Streams); // ....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...Developer Guide / Advanced Usage / Managing metadata for specific formats...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. Working with ZIP archives | GroupDocs

    Get ZIP format metadata The API allows detecting ZIP archives and reading format metadata. The following steps are needed to be followed: Load a ZIP archive Get the root metadata package Extract the native metadata package using ZipRootPackage.ZipPackage Read the ZIP archive properties Loop through ZipPackage.Files to extract information about archived files The following code snippet shows how to get metadata from a ZIP archive. AdvancedUsage.ManagingMetadataForSpecificFormats.Archive.ZipReadNativeMetadataProperties Encoding encoding = Encoding....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...Developer Guide / Advanced Usage / Managing metadata for specific formats...

    docs.groupdocs.com/metadata/net/working-with-zi...