Sort Score
Result 10 results
Languages All
Labels All
Results 7,981 - 7,990 of 213,610 for

new

(0.29 sec)
  1. TextFragmentAbsorber with TextSearchOptions Reg...

    Hi, I am trying to split a 1652 page PDF based on a rule. My current implementation works fine with PDF files that have 120 pages. With my large PDF I get very long wait times when using the following code: var documen…...following code: var document = new Document(inputStream); //use...textFragmentAbsorber = new TextFragmentAbsorber( new Regex(splitRule...

    forum.aspose.com/t/textfragmentabsorber-with-te...
  2. Comparer.CompareToImages | Aspose.Words for .NET

    Effortlessly compare documents with CompareToImages, saving differences as images for each page, enhancing clarity and visual analysis....CompareToImages ( firstDoc , secondDoc , new ImageSaveOptions ( SaveFormat...SaveFormat . Png ), "Author" , new DateTime ()); using ( FileStream firstStreamIn...

    reference.aspose.com/words/net/aspose.words.low...
  3. Manage Text Boxes in Presentations in .NET|Aspo...

    Aspose.Slides for .NET makes it easy to create, edit, and clone text boxes in PowerPoint and OpenDocument files, enhancing your presentation automation....using ( Presentation pres = new Presentation ()) { // Gets the...Presentation presentation = new Presentation ( "sample.pptx"...

    docs.aspose.com/slides/net/manage-textbox/
  4. Փոխարկել WORD HTML C#

    Փոխարկեք WORD ը HTML ձևաչափի C# կոդով: Պահեք WORD որպես HTML օգտագործելով C#:...Words; var doc = new Document( "Input.docx" ); doc...using Aspose.Words; var doc = new Document("Input.docx"); doc.Save("Output...

    products.aspose.com/words/hy/net/conversion/wor...
  5. Փոխարկել TEXT PDF C#

    Փոխարկեք TEXT ը PDF ձևաչափի C# կոդով: Պահեք TEXT որպես PDF օգտագործելով C#:...Words; var doc = new Document( "Input.txt" ); doc...using Aspose.Words; var doc = new Document("Input.txt"); doc.Save("Output...

    products.aspose.com/words/hy/net/conversion/tex...
  6. First and last paragraph - Free Support Forum -...

    Dear, How can I find the first and last paragraph on a given page in a document. I’m using Aspose Words for Java Many thanks Natasja...the document Document doc = new Document("input.docx"); // Force...LayoutCollector collector = new LayoutCollector(doc); int targetPage...

    forum.aspose.com/t/first-and-last-paragraph/322113
  7. Convert HTML, XHTML, MD, MHTML, EPUB, and SVG O...

    Convert HTML to PDF, DOCX, Markdown, XHTML, MHTML and Images with a few lines of C# code using Aspose.HTML for .NET. Check free online HTML Converter....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    products.aspose.com/html/net/conversion/
  8. Manage Chart Data Series in Presentations Using...

    Learn how to manage chart data series in PHP for PowerPoint (PPT/PPTX) with practical code examples and best practices to enhance your data presentations....for a chart series: $pres = new Presentation (); try { # Adds...change a series' color: $pres = new Presentation ( "test.pptx" );...

    docs.aspose.com/slides/php-java/chart-series/
  9. 将 Excel 转换为 Pdf、图像及其他格式|Documentation

    使用 Node.js 通过 C++ 将 Excel 文件转换为 Word、Excel、PowerPoint、PDF、CSV、JPG、HTML、MHT、ODS、BMP、PNG、SVG、TIFF、XPS、JSON、SQL、XML 等格式。...Excel file const workbook = new AsposeCells . Workbook ( filePath...excel file const workbook = new AsposeCells . Workbook ( filePath...

    docs.aspose.com/cells/zh/nodejs-cpp/convert-wor...
  10. Aspose.PDF for java 打印pdf 很模糊 发虚 - Free Support...

    public boolean printPdf(String filePath, PrintService printService) { try { PdfUtil.getLicense(); PdfViewer viewer = New PdfViewer(); viewer.bindPdf(filePath); viewer.setAutoResize(true); // Print the file wit…...getLicense(); PdfViewer viewer = new PdfViewer(); viewer.bindPdf(filePath);...PdfPrinterSettings printerSettings = new PdfPrinterSettings(); PrintPageSettings...

    forum.aspose.com/t/aspose-pdf-for-java-pdf/316595