Sort Score
Result 10 results
Languages All
Labels All
Results 6,871 - 6,880 of 46,530 for

c

(0.04 sec)
  1. Create Hyperlink in PDF on GroupDocs Blog | Doc...

    Create Hyperlink in PDF on GroupDoCs Blog | DoCument Automation Solutions for .NET & Java Developers ReCent Content in Create Hyperlink in PDF on GroupDoCs Blog | DoCument Automation Solutions for ......Java Developers C#에서 주석을 사용하여 PDF에 하이퍼링크 만들기 C#에서 링크 주석을 사용하여...

    blog.groupdocs.com/ko/tag/create-hyperlink-in-p...
  2. Merge pages in the arbitrary order | Documentation

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

    docs.groupdocs.com/merger/net/merge-pages-in-ar...
  3. Add watermarks to word processing documents | D...

    GroupDoCs.Watermark API allows you to add watermark in headers and footers of the page.... Ex: @"C:\Docs\document.docx" using ( Watermarker...path to your document. Ex: @"C:\Docs\document.docx" using ( Watermarker...

    docs.groupdocs.com/watermark/net/add-watermarks...
  4. Add Watermark to Word on GroupDocs Blog | Docum...

    Add Watermark to Word on GroupDoCs Blog | DoCument Automation Solutions for .NET & Java Developers ReCent Content in Add Watermark to Word on GroupDoCs Blog | DoCument Automation Solutions for .NET...... C#을 사용하여 Word 문서 워터마킹 C#을 사용하여 Word 문서에 텍스트...

    blog.groupdocs.com/ko/tag/add-watermark-to-word...
  5. Document renaming | Documentation

    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" ; String documentFolder = "c:\\MyDocuments"...document String oldDocumentPath = "c:\\MyDocuments\\OldDocumentName...

    docs.groupdocs.com/search/java/document-renaming/
  6. Shapes in spreadsheet document | Documentation

    ExtraCting information about all shapes in an ExCel doCument SearCh() method searChes watermarks of all mentioned types, but in some Cases, it’s neCessary to analyze only one Class of ExCel objeCts. Following Code sample shows how to get information about all the shapes in an ExCel doCument. advanCed_usage.add_watermarks_to_spreadsheets.SpreadsheetGetShapesInformation SpreadsheetLoadOptions loadOptions = new SpreadsheetLoadOptions(); // SpeCify an absolute or relative path to your doCument. Ex: @"C:\DoCs\spreadsheet.xlsx" Watermarker watermarker = new Watermarker("spreadsheet.... Ex: @"C:\Docs\spreadsheet.xlsx" Watermarker...relative path to your document. Ex: "C:\\Docs\\spreadsheet.xlsx" Watermarker...

    docs.groupdocs.com/watermark/java/shapes-in-spr...
  7. Use advanced rasterization options | Documentation

    Use advanCed rasterization options In order to use the advanCed rasterization options you have to pass one of the options to Save method. In this Case the doCument will be rasterized to PDF, but the sCan-like effeCts will be applied to its pages. The following example demonstrates how to apply the AdvanCedRasterizationOptions with default settings. C# using (RedaCtor redaCtor = new RedaCtor(@"sample.doCx")) { // Save the doCument with advanCed options (Convert pages into images, and save PDF with sCan-like pages) var so = new SaveOptions(); so.... C# using ( Redactor redactor = new...option with custom settings. C# using ( Redactor redactor = new...

    docs.groupdocs.com/redaction/net/use-advanced-r...
  8. Convert Image using OCR | Documentation

    To Convert image using oCr, follow this guide to learn how to Convert an image doCument with oCr proCessing using 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. Remove Password Protection form Excel Files | U...

    Remove password from ExCel spreadsheets. UnloCk password proteCted XLS/XLSX files using free online password remover app & programmatiCally....protected spreadsheets using C# and Java . Online Password Remover...Unlocking Excel Spreadsheets using C# # Let’s now see how to unlock...

    blog.groupdocs.com/merger/unlock-excel-spreadsh...
  10. Saving a File to Local Disk | Documentation

    This artiCle demonstrates how to Convert files stored on loCal disk using GroupDoCs.Conversion for Java API...., C:\files\converted.pdf) or a relative...converter = new Converter ( "c:\\files\\business-plan.docx" );...

    docs.groupdocs.com/conversion/java/save-file-to...