This article gives the knowledge about numeric range search which allows you to search in documents any integer numbers in the range from 0 to 9223372036854775807 (Int64.MaxValue).... C# string indexFolder = @"c:\MyIndex\" ; string...string documentsFolder = @"c:\MyDocuments\" ; // Creating an index...
This article explains that how to store text of indexed documents.... C# string indexFolder = @"c:\MyIndex\" ; string...string documentsFolder = @"c:\MyDocuments\" ; // Creating an index...
This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert PDF files to HTML, PNG, and JPEG formats.... C# using GroupDocs.Viewer ; using...resources The resource URL format C# using GroupDocs.Viewer ; using...
This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert images to HTML, PDF, PNG, and JPEG formats.... C# using GroupDocs.Viewer ; using...resources The resource URL format C# using GroupDocs.Viewer ; using...
This article shows how to get the information about the attachments.... Ex: @"C:\Docs\message.msg" using ( Watermarker...path to your document. Ex: @"C:\Docs\message.msg" using ( Watermarker...
Extracting information about all slide backgrounds The API allows you to extract information about all the slide backgrounds in a PowerPoint document as shown in the following code sample using method getBackgroundImage() of PresentationSlide.getImageFillFormat().
advanced_usage.add_watermarks_to_presentations.PresentationGetSlideBackgroundsInformation
PresentationLoadOptions loadOptions = new PresentationLoadOptions(); // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\presentation.pptx" Watermarker watermarker = new Watermarker("presentation.pptx", loadOptions); PresentationContent content = watermarker.getContent(PresentationContent.class); for (PresentationSlide slide : content.getSlides()) { if (slide.... Ex: "C:\\Docs\\presentation.pptx" Watermarker...relative path to your document. Ex: "C:\\Docs\\presentation.pptx" Watermarker...
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 文檔中區分...
how to change the orientation of one page in word on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in how to change the orientation of one page in word on......Java Developers 在 C# 中更改 Word 文檔的頁面方向 使用 C# 更改 Word DOC/DOCX...
Search Text in Files on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Search Text in Files on GroupDocs Blog | Document Automation Solutions for .NET &......Java Developers C# 中的高效文本搜索:处理多个文件和文件夹 使用 C# 搜索分布在不同文件夹中的各种文件中的多个文本或短语。在相应的...
DOCX to PDF on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in DOCX to PDF on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers 在...... 使用 C# 将 Word 文档转换为 PDF 在 .NET 应用程序中使用 C# 将 Word DOC...