Sort Score
Result 10 results
Languages All
Labels All
Results 8,071 - 8,080 of 224,666 for

new

(2.46 sec)
  1. AxisTickLabels Class | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.Charts.AxisTickLabels class, designed to enhance your chart's axis tick mark labels with customizable properties for better data visualization....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Add ( "Aspose Test Series" , new [] { "Word" , "PDF" , "Excel"...

    reference.aspose.com/words/net/aspose.words.dra...
  2. Convert PDF to PowerPoint|Aspose.PDF for Androi...

    Aspose.PDF allows you to convert PDF to PowerPoint format. One way there is a possibility to convert PDF to PPTX with Slides as Images....PDF document try { document = new Document ( inputStream ); } catch...PptxSaveOptions pptxSaveOptions = new PptxSaveOptions (); // Save the...

    docs.aspose.com/pdf/androidjava/convert-pdf-to-...
  3. Create Pivot Charts using Aspose.Cells|Document...

    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....table by dragging buttons to a new position. A pivot chart is an...Workbook object Workbook workbook = new Workbook ( dataDir + "AsposePivotTable...

    docs.aspose.com/cells/java/create-pivot-charts-...
  4. ParagraphFormat.SuppressLineNumbers | Aspose.Wo...

    Discover how the ParagraphFormat SuppressLineNumbers property lets you customize line numbering for paragraphs, enhancing document clarity and organization....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...restart the numbering on each new page from 1 and display the number...

    reference.aspose.com/words/net/aspose.words/par...
  5. Delete Forms from PDF in C#|Aspose.PDF for .NET

    Remove Text based on subtype/form with Aspose.PDF for .NET library. Remove all forms from the PDF....next code snippet creates a new Document object using an input...document using ( var document = new Aspose . Pdf . Document ( dataDir...

    docs.aspose.com/pdf/net/remove-form/
  6. Watermark | Aspose.Words for Java

    Represents class to work with document watermark in Java.... Document doc = new Document(); // Add a plain text...TextWatermarkOptions textWatermarkOptions = new TextWatermarkOptions(); textWatermarkOptions...

    reference.aspose.com/words/java/com.aspose.word...
  7. 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 htmlLoadOptions = new HtmlLoadOptions(); htmlLoadOptions...fi = new FileInputStream(htmlFile); Document document = new Document(fi...

    forum.aspose.com/t/blank-pdf-while-converion-fr...
  8. Convert Visio to Excel format|Documentation

    This topic show you how to Aspose.Diagram allows to convert Visio to Excel formats. Convert VSD, VSS, VDW, VST, VSDX, VSSX, VSTX, VSDM, VSTM,VSSM to CSV with a few lines of code....VSD diagram Diagram diagram = new Diagram ( dataDir + "ExportToCSV...); MemoryStream csvStream = new MemoryStream (); // Save diagram...

    docs.aspose.com/diagram/net/convert-visio-to-ex...
  9. Resize Image in a Word Document|Aspose.Words fo...

    Resize an image in a Word document. NPOI does not provide an opportunity to resize an image using C#....Document doc = new Document (); // Create New Document. DocumentBuilder...DocumentBuilder builder = new DocumentBuilder ( doc ); builder ....

    docs.aspose.com/words/net/resize-image-in-word-...
  10. ImageSaveOptions.ImageContrast | Aspose.Words f...

    Adjust the ImageContrast property in ImageSaveOptions to enhance your images' clarity and depth. Optimize your visuals effortlessly!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder... ImageSaveOptions options = new ImageSaveOptions ( SaveFormat...

    reference.aspose.com/words/net/aspose.words.sav...