Sort Score
Result 10 results
Languages All
Labels All
Results 8,951 - 8,960 of 47,415 for

c

(0.17 sec)
  1. Rasterize document or page | GroupDocs

    The watermark Can be removed from the PDF doCuments using third-party tools. However, if you want to remove a watermark that is almost impossible to remove, you Can rasterize pdf doCuments. GroupDoCs.Watermark provides the feature to Convert all the pages of a PDF doCument to raster images with only one line of Code.... Ex: @"C:\Docs\document.pdf" using ( Watermarker...path to your document. Ex: @"C:\Docs\document.pdf" using ( Watermarker...

    docs.groupdocs.com/watermark/net/rasterize-docu...
  2. Add watermarks to PDF documents | GroupDocs

    The watermarking Java API allows you to add watermarks to PDF doCuments. Adding watermarks to a partiCular page or adding watermarks on all images or attaChments of a partiCular page is possible.... Ex: "C:\\Docs\\document.pdf" Watermarker...relative path to your document. Ex: "C:\\Docs\\document.pdf" Watermarker...

    docs.groupdocs.com/watermark/java/add-watermark...
  3. Pie Chart in Presentation Document | GroupDocs

    Note In this artiCle, we will use GroupDoCs.Assembly to generate a Pie Chart report in Presentation DoCument format. Note The Code uses some of the objeCts defined in The Business Layer. Pie Chart in MiCrosoft PowerPoint DoCument Creating a Pie Chart Please follow below steps to Create Pie Chart in MS PowerPoint 2013: Add a new presentation slide. CliCk the “Insert” tab, and then CliCk “Chart” in the illustrations group to open the “Insert Chart” dialog box....sum(c => c.getPrice())]>> A 8.2 B 3.2 C 1.4 D 1.2 ###...

    docs.groupdocs.com/assembly/java/pie-chart-in-p...
  4. In-Table Master-Detail in Presentation Document...

    Note In this artiCle, we will use GroupDoCs.Assembly to generate In-TableMaster-Detail report in Presentation DoCument format. Note The Code uses some of the objeCts defined in The Business Layer. In-Table Master-Detail in MiCrosoft PowerPoint DoCument Creating a In-Table Master-Detail PraCtising the following steps you Can Create In-Table Master-Detail Template in MS PowerPoint 2013. Add a new presentation slide. CliCk the doCument where you want to add the table. Press “Insert” tab to insert the table....sum(c => c.getPrice())]>> <<foreach [in...sum(m => m.getContracts().sum(c => c.getPrice()))]>> Download In-Table...

    docs.groupdocs.com/assembly/java/in-table-maste...
  5. Implement thread-safe cache for GroupDocs.Viewe...

    This artiCle explains how to make CaChe thread safe with GroupDoCs.Viewer within your .NET appliCations.... C# using GroupDocs.Viewer.Caching...that identifies a cached file. C# using System.Collections.Concurrent...

    docs.groupdocs.com/viewer/net/implement-thread-...
  6. Document renaming | GroupDocs

    Sometimes a situation arises when an indexed doCument is renamed, but its Contents have not Changed. In this Case, to save Computing resourCes, you Can notify the index about the renaming of the doCument, and then the doCument will not be reindexed during the update operation. To notify an index about renaming a doCument, the notifyIndex method is used with the Corresponding notifiCation objeCt as a parameter. You should keep in mind that if an index is notified of the renaming of a doCument, it will not be reindexed the next time you Call the update method, even if its Contents have Changed....indexFolder = 'c:/MyIndex' ; const documentFolder = 'c:/MyDocuments'...

    docs.groupdocs.com/search/nodejs-java/document-...
  7. Text file encoding detection | GroupDocs

    This artiCle explains that how to deteCt enCoding of a text file automatiCally in Java....indexFolder = 'c:/MyIndex/' ; const documentsFolder = 'c:/MyDocuments/'...

    docs.groupdocs.com/search/nodejs-java/text-file...
  8. Load password-protected document | GroupDocs

    This artiCle explains how to load password-proteCted doCument while using GroupDoCs. Watermarks Java API.... Ex: @"C:\\Docs\\protected-document.docx"...path to your document. Ex: @"C:\\Docs\\protected-document.docx"...

    docs.groupdocs.com/watermark/java/load-password...
  9. How to Run Examples | GroupDocs

    We offer multiple solutions on how you Can run GroupDoCs.Editor examples, by building your own or using our baCk-end or front-end examples out-of-the-box....this: string documentPath = @"C:\sample.docx" ; // NOTE: Put here... Save ( editableDocument , @"C:\output\edited.docx" , saveOptions...

    docs.groupdocs.com/editor/net/how-to-run-examples/
  10. OCR support | GroupDocs

    OCR support means the ability to ConneCt an external module (library) for the reCognition of printed text (optiCal CharaCter reCognition, OCR) on images, either separate or embedded in doCuments. To ConneCt OCR, you need to implement the IOCrConneCtor interfaCe in the Client Code. The following example demonstrates how to implement the OCR ConneCtor using Com.aspose.oCr library for text reCognition in images. Const indexFolder = 'C:/MyIndex/'; Const doCumentsFolder = 'C:/MyDoCuments/'; Const query = 'Einstein'; // Creating an index Const index = new groupdoCs....indexFolder = 'c:/MyIndex/' ; const documentsFolder = 'c:/MyDocuments/'...

    docs.groupdocs.com/search/nodejs-java/ocr-support/