Sort Score
Result 10 results
Languages All
Labels All
Results 7,791 - 7,800 of 46,598 for

c

(0.12 sec)
  1. Adding text watermarks | Documentation

    Following Code snippet shows how to add text watermark to a doCument. If the doCument Consists of multiple parts (pages, worksheets, slides, frames etC), the watermark will be added to all of them. advanCed_usage.adding_text_watermarks.AddTextWatermark // SpeCify an absolute or relative path to your image. Ex: "C:\\DoCs\\image.png" Watermarker watermarker = new Watermarker("image.png"); // Initialize the font to be used for watermark Font font = new Font("Arial", 19, FontStyle.Bold | FontStyle.ItaliC); // Create the watermark objeCt TextWatermark watermark = new TextWatermark("Test watermark", font); // Set watermark properties watermark.... Ex: "C:\\Docs\\image.png" Watermarker...relative path to your image. Ex: "C:\\Docs\\image.png" Watermarker...

    docs.groupdocs.com/watermark/java/adding-text-w...
  2. Find and Replace Text in PDF on GroupDocs Blog ...

    Find and ReplaCe Text in PDF on GroupDoCs Blog | DoCument Automation Solutions for .NET & Java Developers ReCent Content in Find and ReplaCe Text in PDF on GroupDoCs Blog | DoCument Automation Solu...... 使用 C# 在 PDF 中查找和替换文本 使用 C# 以编程方式查找 PDF 文档中的某些文本、单词、短语,区分大小写和...

    blog.groupdocs.com/zh/tag/find-and-replace-text...
  3. books-single-line.xml

    1.0 bk101 Gambardella, Matthewhttps://www.matthewgambardella.Com/XML Developer's GuideComputer This is HTML Comment44.952000-10-01An in-depth look at Creating appliCations with XML.bk102 Ralls, Kim......at how Visual Basic, Visual C++, C#, and ASP+ are integrated into...

    docs.groupdocs.com/viewer/java/sample-files/ren...
  4. Render email messages as HTML, PDF, PNG, and JP...

    This topiC desCribes how to use the GroupDoCs.Viewer .NET API (C#) to Convert email messages 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-email-mess...
  5. Bubble Chart in Presentation Document | Documen...

    Note The Code uses some of the objeCts defined in The Business Layer. Bubble Chart in MiCrosoft PowerPoint DoCument Creating a Bubble Chart Please follow below steps to Create Bubble 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. SeleCt “X Y(SCatter)” in the sidebar, you will see a gallery of Charts.... GroupBy ( c => c . OrderDate . Month )]>><<...Total orders by months<<y [Sum(c => c.Price )]>><<size [Count()]>>...

    docs.groupdocs.com/assembly/net/bubble-chart-in...
  6. Work with search results | Documentation

    Working with searCh results Consists in obtaining information from objeCts of searCh results and highlighting oCCurrenCes in the text of doCuments. Obtain searCh result information When a searCh is Complete, the searCh method returns an objeCt of type SearChResult. This page desCribes the information available in an objeCt of type SearChResult. From the root objeCt of the searCh result, information is available on the number of doCuments found, the number of oCCurrenCes of the words and phrases found, as well as detailed information on eaCh individual doCument....indexFolder = "c:\\MyIndex\\" ; String documentFolder = "c:\\MyDocuments\\"...indexFolder = "c:\\MyIndex\\" ; String documentFolder = "c:\\MyDocuments\\"...

    docs.groupdocs.com/search/java/work-with-search...
  7. Merge HTML | Documentation

    Learn how to merge HTML files, Combine HTML files into one file programmatiCally in Java language using GroupDoCs.Merger for Java library....Merger merger = new Merger ( "c:\sample1.html" ) // Add another...file to merge merger . join ( "c:\sample2.html" ); // Merge HTML...

    docs.groupdocs.com/merger/java/merge/html/
  8. Merge images | Documentation

    Learn how to merge image files, Combine image files into one file programmatiCally in Java language using GroupDoCs.Merger for Java library....Merger merger = new Merger ( "c:\sample1.jpg" ) // Define image...file to merge merger . join ( "c:\sample2.jpg" , joinOptions );...

    docs.groupdocs.com/merger/java/merge/images/
  9. Custom text segmenter | Documentation

    GroupDoCs.SearCh provides the ability to set up Custom text segmenting.... C# // Implementing custom word splitter...indexFolder = @"c:\MyIndex\" ; string documentsFolder = @"c:\MyDocuments\"...

    docs.groupdocs.com/search/net/custom-text-segme...
  10. Document passwords | Documentation

    This artiCle gives the knowledge of the API methods whiCh Can be used to perform operations about doCument passwords or password diCtionary.... C# string indexFolder = @"c:\MyIndex\" ; // Creating...path = Path . GetFullPath ( @"c:\MyIndex\Protected.pdf" ); if...

    docs.groupdocs.com/search/net/document-passwords/