Sort Score
Result 10 results
Languages All
Labels All
Results 7,191 - 7,200 of 224,671 for

new

(1.12 sec)
  1. LayoutOptions.ShowParagraphMarks | Aspose.Words...

    Discover how the LayoutOptions ShowParagraphMarks property enhances text formatting by toggling paragraph marks visibility. Improve your document clarity today!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.lay...
  2. Blank PDF while converion from HTML(Email Body)...

    We have paid support on Aspose.Java , The issue blank PDF occurs while we are converting from HTML(email body) to PDF , as an application, we have increased the Memory, but the issue occuring 2 twice a month...HtmlLoadOptions loadOptions = new HtmlLoadOptions(); loadOptions...memory pressure PdfDocument pdf = new PdfDocument(); pdf.bindHtml(htmlString...

    forum.aspose.com/t/blank-pdf-while-converion-fr...
  3. Worksheet.Copy changes the formula refs for ext...

    Hi team, I’m using Aspose.Cells 25.11 and there is an issue when copying worksheet with formulas like this =‘https://maverickcap.sharepoint.com/sites/Team/Consumer/CELH (Celsius)/7. Other/[Test_09.17.24.xlsx]Test Data’…...srcBook = new Workbook("Source.xlsx"); var destBook = new Workbook();...Workbook(); var options = new CopyOptions { ReferToSheetWithSame =...

    forum.aspose.com/t/worksheet-copy-changes-the-f...
  4. Merge PostScript files to PDF using Java

    Merger PS functionality of Aspose.Page API solution for Java allows you to combine several PS files into a single PDF document....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/page/java/merge/ps/
  5. Inserting and Deleting Rows and Columns in PHP|...

    Learn how to insert and delete rows and columns through the Aspose.Cells for PHP via Java APIs....the index of the row where the new row will be inserted as the first...Excel file path $workbook = new Workbook ( $dataDir . 'Book1...

    docs.aspose.com/cells/java/inserting-and-deleti...
  6. 更改 EPS 的 XMP 元数据中的命名值 |Java

    本文将通过 Java 版 Aspose.Page API 解决方案,解释并演示如何更改 EPS 文件 XMP 元数据中的命名值。...Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/page/zh/java/xmp-metadata/chang...
  7. Փոխարկել DOC PNG C#

    Փոխարկեք DOC ը PNG ձևաչափի C# կոդով: Պահեք DOC որպես PNG օգտագործելով C#:...doc = new Document( "Input.doc" ); var saveOptions = new Imag...page++) { saveOptions.PageSet = new PageSet(page); doc.Save( $"Output_...

    products.aspose.com/words/hy/net/conversion/doc...
  8. Փոխարկել WORD TIFF C#

    Փոխարկեք WORD ը TIFF ձևաչափի C# կոդով: Պահեք WORD որպես TIFF օգտագործելով C#:...doc = new Document( "Input.docx" ); var saveOptions = new Imag...page++) { saveOptions.PageSet = new PageSet(page); doc.Save( $"Output_...

    products.aspose.com/words/hy/net/conversion/wor...
  9. Create Bookmarks|Aspose.PDF for .NET

    This section explains how to create bookmarks to your PDF file with Aspose.PDF Facades using PdfBookmarEditor Class....using ( var bookmarkEditor = new Aspose . Pdf . Facades . PdfBookmarkEditor...using ( var bookmarkEditor = new Aspose . Pdf . Facades . PdfBookmarkEditor...

    docs.aspose.com/pdf/net/create-bookmarks/
  10. Add an image in PS files | .NET

    .NET API Solution to work with PS, XPS and EPS files. Learn how to add images to a PS file with the attached C# code snippet...Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    products.aspose.com/page/net/add-image-to-ps/