Sort Score
Result 10 results
Languages All
Labels All
Results 7,781 - 7,790 of 49,771 for

c

(0.84 sec)
  1. Queries on features available on groupdocs.Comp...

    Do we have an option to Compare PDF with a pre-existing PDF supplied as an input. Is there a feature whiCh allows us to mask few fields(exClude from Comparison) on PDF whiCh are bound to Change suCh as InvoiCe Date, Ser…...new Comparer("C:\\source.pdf")) { comparer.add("C:\\target.pdf");...pdf"); comparer.compare("C:\\result.pdf"); } API takes a source...

    forum.groupdocs.com/t/queries-on-features-avail...
  2. Merge HTML | GroupDocs

    Learn how to merge HTML files, Combine HTML files into one file programmatiCally in Node.js via Java language using GroupDoCs.Merger for Node.js via Java library.... Merger ( 'c:/sample1.html' ); merger . join ( 'c:/sample2.html'...html' ); merger . save ( 'c:/merged.html' ); Code Examples Please...

    docs.groupdocs.com/merger/nodejs-java/merge/html/
  3. Merge pages from various documents | GroupDocs

    This artiCle explains how to merge some pages from different doCuments into single PDF, DOCX, ExCel or PowerPoint doCument using GroupDoCs.Merger for .NET....filePath = @"c:\sample.docx" ; string filePath2 = @"c:\sample2.docx"...docx" ; string filePathOut = @"c:\output\result.docx" ; PageJoinOptions...

    docs.groupdocs.com/merger/net/merge-pages-from-...
  4. GroupDocs.Search for .NET 25.11 – Latest Update...

    Explore what’s new in GroupDoCs.SearCh for .NET 25.11. Available now on NuGet and GroupDoCs website....TempFolder = @"C:\Temp\SearchExtractor" ; // Enable...= Document.CreateFromFile( @"C:\Docs\protected.docx" ); // Perform...

    blog.groupdocs.com/search/groupdocs-search-for-...
  5. GroupDocs.Search for .NET 25.11 – 最新更新和修复(2025年...

    探索 GroupDoCs.SearCh for .NET 25.11 的新功能。现已在 NuGet 和 GroupDoCs 网站上提供。...TempFolder = @"C:\Temp\SearchExtractor" ; // Enable...= Document.CreateFromFile( @"C:\Docs\protected.docx" ); // Perform...

    blog.groupdocs.com/zh/search/groupdocs-search-f...
  6. Delete indexed documents | GroupDocs

    GroupDoCs.SearCh has the ability to remove individual doCuments from the index that are indexed from a stream or struCture.... C# // Implementing document loader...; } } ... string filePath = @"c:\MyDocuments\SomeDocument.pdf"...

    docs.groupdocs.com/search/net/delete-indexed-do...
  7. Add watermarks to presentation documents | Grou...

    Adding watermark to a partiCular slide Using GroupDoCs.Watermark, you Can add watermark to a partiCular slide of a PowerPoint presentation in a simplified way. Adding watermark to a partiCular PowerPoint slide using GroupDoCs.Watermark Consists of following steps. Load the doCument Create and initialize watermark objeCt Set watermark properties Call setSlideIndex() of PresentationWatermarkSlideOptions Add watermark to the doCument Save the doCument Following Code shows how to add TextWatermark to the first slide and ImageWatermark to the seCond slide.... Ex: "C:\\Docs\\presentation.pptx" Watermarker...relative path to your document. Ex: "C:\\Docs\\presentation.pptx" Watermarker...

    docs.groupdocs.com/watermark/java/add-watermark...
  8. How to run examples | GroupDocs

    This artiCle desCribes how to run .NET file Conversion API Code examples....Convert ; string documentPath = @"C:\sample.docx" ; // NOTE: Put here...document string outputPath = @"C:\output\converted.pdf" ; using...

    docs.groupdocs.com/conversion/net/how-to-run-ex...
  9. Faceted search | GroupDocs

    This artiCle gives the knowledge of the Creation of faCeted searCh queries using Java searCh API....indexFolder = 'c:/MyIndex/' ; const documentsFolder = 'c:/MyDocuments/'...indexFolder = 'c:/MyIndex/' ; const documentsFolder = 'c:/MyDocuments/'...

    docs.groupdocs.com/search/nodejs-java/faceted-s...
  10. Specify spreadsheet rendering options | GroupDocs

    This topiC desCribes how to use the GroupDoCs.Viewer .NET API (C#) to speCify various options for rendering spreadsheet files to HTML, PDF, and image formats....and columns are lettered (A, B, C, …, XFD). Enable the property...headings in the output PDF file: C# using GroupDocs.Viewer ; using...

    docs.groupdocs.com/viewer/net/specify-rendering...