Sort Score
Result 10 results
Languages All
Labels All
Results 7,151 - 7,160 of 214,632 for

new

(0.27 sec)
  1. Installing and Using Aspose.Pdf for IntelliJ ID...

    Discover the steps to install and configure Aspose.PDF for IntelliJ IDEA with Maven for efficient PDF document processing in Java....under “New” menu (using Right Click -> New OR File menu->New) Aspose...follow the steps below: Select New Project . Select Aspose.PDF Maven...

    docs.aspose.com/pdf/java/installing-and-using-a...
  2. Section breaks erased - Free Support Forum - as...

    Issue occurs in Aspose Words 25.6 and later, when calling either of these two methods in com.aspose.words.Document: save(String fileName, int saveFormat) save(String fileName, SaveOptions saveOptions) Section breaks a…...continuous) are turned into “new page” section breaks, breaking...We have opened the following new ticket(s) in our internal issue...

    forum.aspose.com/t/section-breaks-erased/319189
  3. Convert Dates to Japanese Dates|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....calendar, a new era begins with the reign of a new emperor. On...On 1 May 2019, a new emperor came into power, which marked the...

    docs.aspose.com/cells/net/convert-dates-to-japa...
  4. Public API Changes in Aspose.Note 1.6.0 | Aspos...

    This document discusses changes to the public APIs in Aspose.Note version 1.6.0....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/note/net/public-api-changes-in-...
  5. Deleting PDF Pages programmatically Python|Aspo...

    You can delete pages from your PDF file using Aspose.PDF for Python via .NET library....saves the updated document to a new file. This feature is helpful...document and saves the result to a new file. Args: input_file_name (str):...

    docs.aspose.com/pdf/python-net/delete-pages/
  6. Issue with Splitting Editable PDF | Missing rad...

    Hi Team, We are facing an issue while splitting an editable PDF. The radio button values are not being retained after the PDF is split. Details: Aspose Version: 24.3.0 Note: Upgrading the Aspose version is not feasib…...InvariantCultureIgno)) { pdfDocument = new Aspose.Pdf.Document(inputPath);...Aspose.Pdf.Document newDocument = new Aspose.Pdf.Document(); for (int...

    forum.aspose.com/t/issue-with-splitting-editabl...
  7. SVG with viewbox in defs used with fill:url - F...

    Hi Team, we are facing an issue where we insert a html string into a templated docx file via the report engine. The HTML contains an SVG with a defs section and some pattern within. The pattern has a viewbox, but the w…...We have opened the following new ticket(s) in our internal issue...Aspose.Words.Document doc = new Aspose.Words.Document(@"C:\Temp\TemplateV3...

    forum.aspose.com/t/svg-with-viewbox-in-defs-use...
  8. Summary links are not blue - Free Support Forum...

    Hello, Since version Word 22.11, the links present in the summary are no longer blue or underlined. Can you let me know if this is normal operation or regression? If this is normal operation, has an option been added …...is no option to disable this new behavior. I will consult with...desired output: Document doc = new Document(@"C:\Temp\in.docx");...

    forum.aspose.com/t/summary-links-are-not-blue/2...
  9. Aspose.PSD for .NET 19.4 - Release Notes|Docume...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....psd" ; using ( var image = new PsdImage ( 200 , 200 )) { using...layer = null ; try { layer = new Layer (( RasterImage ) im );...

    docs.aspose.com/psd/net/aspose-psd-for-net-19-4...
  10. SVG to PDF Merge using C# | Aspose.PDF

    Combine two or more SVG documents into one PDF single file programmatically with C# sample code using Aspose.PDF for .NET... Initialize a new Document, and run a loop for...add a new page to PDF document In loop: add SVG file to new page...

    products.aspose.com/pdf/net/merger/svg-to-pdf/