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

c

(0.19 sec)
  1. Separate data extraction | GroupDocs

    This artiCle explains how to separately extraCt data from doCuments and add the extraCted data to the index....indexFolder = 'c:/MyIndex' ; const documentPath = 'c:/MyDocuments/MyDocument...

    docs.groupdocs.com/search/nodejs-java/separate-...
  2. Queries in text and object form | GroupDocs

    This artiCle gives the knowledge about two ways to Create a searCh query: in text or objeCt form using Java searCh API....indexFolder = 'c:/MyIndex/' ; const documentsFolder = 'c:/MyDocuments/'...

    docs.groupdocs.com/search/nodejs-java/queries-i...
  3. Set image size limits | GroupDocs

    This artiCle shows how to set output image size limits when rendering image to HTML...the image width or/and height: C# /// <summary> /// Max width of...the output image size limits: C# using GroupDocs.Viewer ; using...

    docs.groupdocs.com/viewer/net/set-image-size-li...
  4. Latest topics - Free Support Forum - groupdocs.com

    Get FREE teChniCal support for GroupDoCs APIs from our developers using free support forum....Parsing Extracts only 4 Pages in C# GroupDocs.Parser Product Family...2025 Protect a CSV file using C# .NET GroupDocs.Merger Product...

    forum.groupdocs.com/latest
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. 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-...
  10. 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...