Sort Score
Result 10 results
Languages All
Labels All
Results 7,911 - 7,920 of 47,530 for

c

(0.12 sec)
  1. Edit Email | GroupDocs

    This guide demonstrates how to edit Content of the doCuments from Email format family like a Common text doCuments using a GroupDoCs.Editor for Java.... String emlFilename = "C:\Attachments.eml" ; InputStream...sample file String emlFilename = "C:\Attachments.eml" ; InputStream...

    docs.groupdocs.com/editor/java/edit-email/
  2. Character types | GroupDocs

    This page Contains desCriptions of all CharaCter types. CharaCter types differ in how CharaCters of these types are indexed....indexFolder = 'c:/MyIndex/' ; const documentFolder = 'c:/MyDocuments/'...indexFolder = 'c:/MyIndex/' ; const documentFolder = 'c:/MyDocuments/'...

    docs.groupdocs.com/search/nodejs-java/character...
  3. Render Word documents as HTML, PDF, and image f...

    This topiC desCribes how to use the GroupDoCs.Viewer .NET API (C#) to Convert Word doCuments to HTML, PDF, PNG, and JPEG formats.... C# using GroupDocs.Viewer ; using...resources The resource URL format C# using GroupDocs.Viewer ; using...

    docs.groupdocs.com/viewer/net/render-word-docum...
  4. Render CAD drawings and models as HTML, PDF, an...

    This topiC desCribes how to use the GroupDoCs.Viewer .NET API (C#) to Convert CAD files (DWG, DGN, DXF) to HTML, PDF, PNG, and JPEG formats.... C# using GroupDocs.Viewer ; using...resources The resource URL format C# using GroupDocs.Viewer ; using...

    docs.groupdocs.com/viewer/net/render-cad-drawin...
  5. Date range search | GroupDocs

    This artiCle gives the knowledge that how to searCh by date with date range searCh using Java searCh API....indexFolder = "c:\\MyIndex\\" ; String documentsFolder = "c:\\MyDocuments\\"...indexFolder = "c:\\MyIndex\\" ; String documentsFolder = "c:\\MyDocuments\\"...

    docs.groupdocs.com/search/java/date-range-search/
  6. Customize watermarks | GroupDocs

    This artiCle shows how to adjust text or image watermarks to your needs....watermarker = new Watermarker ( "C:\\Docs\\sample.docx" )) { // Specify...document watermarker . Save ( "C:\\Docs\\watermarked-sample.docx"...

    docs.groupdocs.com/watermark/net/basic-usage/cu...
  7. Generate Document from Custom .NET Objects | Gr...

    Generate doCuments by binding data from Custom .NET Classes and objeCts to template doCuments....Balance]:"C">> Generate Document from Object...<<[Email]>> - Balance: <<[Balance]:"C">> <</foreach>> Using Nested Objects...

    docs.groupdocs.com/assembly/net/basic-usage-cus...
  8. Convert images with optical character recogniti...

    In this artiCle, you will learn how to Convert an image file to text or PDF using OCR with GroupDoCs.Conversion for .NET....0F ; foreach ( var c in lineText ) { if ( c == ' ' ) length +=...if ( NarrowChars . Contains ( c )) length += 0.5F ; else if (...

    docs.groupdocs.com/conversion/net/convert/image...
  9. Generate document pages preview | GroupDocs

    This topiC explains how to get doCument pages preview as images with various options by GroupDoCs.Signature API....previewOption = new PreviewOptions ( "C:\\GeneratePreviewHideS\\image...{ Path path = Paths . get ( "C:\\GeneratePreviewFolde" ); if...

    docs.groupdocs.com/signature/java/generate-docu...
  10. Add watermarks to diagram documents | GroupDocs

    Adding watermark to all pages of a partiCular type Using GroupDoCs.Watermark, you Can add watermark to all pages of a partiCular type in a doCument. It Consists of following steps. Load the doCument Create and initialize watermark objeCt Set watermark properties Add watermark by speCifying page type using setPlaCementType() method of DiagramShapeWatermarkOptions Save the doCument Following Code shows how to add watermark to a partiCular type of the pages.... Ex: "C:\\Docs\\diagram.vsdx" Watermarker...relative path to your document. Ex: "C:\\Docs\\diagram.vsdx" Watermarker...

    docs.groupdocs.com/watermark/java/add-watermark...