Sort Score
Result 10 results
Languages All
Labels All
Results 2,571 - 2,580 of 8,363 for

page

(0.08 sec)
  1. Custom logging | GroupDocs

    This article explains how to implement custom logging and use it while document processing with GroupDocs.Signature within your .NET applications....logging Leave feedback On this page By default logging is disabled...return result ; } } Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/signature/net/how-to-impleme...
  2. Add watermarks to word processing documents | G...

    Microsoft Word allows the user to divide and format the document into multiple sections. Defining sections in the document enables the user to set specific Page layout and formatting for different parts of the document. An example of the sections is headers and footers. Headers and footers are used to display text or any graphical object on all the Pages. Adding watermark to a particular section GroupDocs.Watermark API allows you to add watermark objects in the headers and footers of the Page....enables the user to set specific page layout and formatting for different...graphical object on all the pages. Adding watermark to a particular...

    docs.groupdocs.com/watermark/java/add-watermark...
  3. Font embedding options | GroupDocs

    Learn how to embed fonts into an output Word document when editing with GroupDocs.Editor API for Node.js....options Leave feedback On this page Introduction GroupDocs.Editor...for most documents. Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/editor/nodejs-java/font-embe...
  4. How to merge source code files | GroupDocs

    This article explains how to control file merging in GroupDocs.Comparison for Node.js via Java....files Leave feedback On this page allows you to merge source code...methods was removed. Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/comparison/nodejs-java/how-t...
  5. How to protect a signed PDF document | GroupDocs

    This article explains how to protect a signed PDF document....document Leave feedback On this page How to secure PDF document with...online apps from the . Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/signature/net/protect-pdf-do...
  6. Merge documents to PDF | GroupDocs

    This section describes how to import OLE objects into PDF documents using Java...following article: Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/merger/java/merge-documents-...
  7. Removing metadata | GroupDocs

    Example demonstrates some advanced usage scenarios of the GroupDocs.Metadata search engine allowing to remove metadata properties... Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/metadata/net/removing-metadata/
  8. Merge EPUB | GroupDocs

    Learn how to merge EPUB files, combine EPUB files into one file programmatically in C# language using GroupDocs.Merger for .NET library.... Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/merger/net/merge/epub/
  9. Working with metadata in PNG images | GroupDocs

    Reading PNG metadata properties The GroupDocs.Metadata API supports extracting format-specific information from PNG images. The following are the steps to read the native PNG metadata. Load a PNG image Get the root metadata package Extract the native metadata package using PngRootPackage.PngPackage Read the PNG metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Png.PngReadTextChunks using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); foreach (var chunk in root.PngPackage.TextChunks) { Console.WriteLine(chunk.Keyword); Console.WriteLine(chunk.Text); var compressedChunk = chunk as PngCompressedTextChunk; if (compressedChunk !... Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. Merge documents to PDF | GroupDocs

    This section describes how to import OLE objects into PDF documents using C#/.NET...following article: Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/merger/net/merge-documents-t...