Sort Score
Result 10 results
Languages All
Labels All
Results 7,571 - 7,580 of 213,611 for

new

(0.34 sec)
  1. PdfSaveOptions.PreserveFormFields | Aspose.Word...

    Discover how PdfSaveOptions' PreserveFormFields property retains Microsoft Word form fields in PDFs or converts them to text. Enhance your document quality!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...InsertComboBox ( "MyComboBox" , new [] { "Apple" , "Banana" , "Cherry"...

    reference.aspose.com/words/net/aspose.words.sav...
  2. Encrypt and Decrypt ODS Files with JavaScript v...

    Password‑protect and encrypt ODS files using Aspose.Cells for JavaScript via C++....file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...SaveFormat . Ods ); const blob = new Blob ([ outputData ]); const...

    docs.aspose.com/cells/javascript-cpp/encrypt-an...
  3. Manage Chart Data Labels in Presentations on An...

    Learn to add and format chart data labels in PowerPoint presentations using Aspose.Slides for Android via Java for more engaging slides....data label: Presentation pres = new Presentation (); try { IChart...Presentation class Presentation pres = new Presentation (); try { // Gets...

    docs.aspose.com/slides/androidjava/chart-data-l...
  4. Manage Chart Data Labels in Presentations Using...

    Learn to add and format chart data labels in PowerPoint presentations using Aspose.Slides for Java for more engaging slides....data label: Presentation pres = new Presentation (); try { IChart...Presentation class Presentation pres = new Presentation (); try { // Gets...

    docs.aspose.com/slides/java/chart-data-label/
  5. Some styles were not copied correctly, like fon...

    Use the following code, I’m not able to copy all the styles correctly, the copied document contains wrong font size: and here the source code which copy the styles: import com.aspose.words.*; import lombok.extern.sl…...info("Added new list for style: {}", source.getName());...fontSettings = new FontSettings(); fontSettings.setFontsFolders(new String[]...

    forum.aspose.com/t/some-styles-were-not-copied-...
  6. Figure element image from memory, not disk - Fr...

    I am trying to create a tagged PDF programmatically that includes images that need alt text. I have been following the guides/references to get the taggedContent and create a figure element. My problem is that the SetI…...Create a new PDF document Document pdfDocument = new Document();...figure element Figure figure = new Figure(); // Assume 'imageStream'...

    forum.aspose.com/t/figure-element-image-from-me...
  7. PageSet Class | Aspose.Words for .NET

    Discover the Aspose.Words.Saving.PageSet class for efficient document management. Easily define random page sets and enhance your workflow today!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder... ImageSaveOptions options = new ImageSaveOptions ( SaveFormat...

    reference.aspose.com/words/net/aspose.words.sav...
  8. Working with Calendar Exceptions in PHP | Aspos...

    Learn how to handle and manage calendar exceptions using Aspose.Tasks Java for PHP....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/tasks/java/adding-calendar-exce...
  9. Pdf Table issue - Free Support Forum - aspose.com

    I am working with a Word document that contains a single table spanning four pages. Upon exporting the document to PDF, the table is rendered as four distinct tables—each appearing on a separate page. This behavior occur…...TableAbsorber absorber = new Aspose.Pdf.Text.TableAbsorber();...document using (var document = new Aspose.Pdf.Document(dataDir +...

    forum.aspose.com/t/pdf-table-issue/319066
  10. Merge SVG to PNG in C# | products.aspose.com

    Merge SVG to PNG in C#. Use .NET library API to combine SVG and PNG files...pres = new Presentation()) { ISvgImage svgImage = new SvgImage(...image); ISvgImage svgImage2 = new SvgImage( "doc.svg" ); IPPImage...

    products.aspose.com/slides/net/merger/svg-to-png/