Sort Score
Result 10 results
Languages All
Labels All
Results 9,311 - 9,320 of 224,714 for

new

(0.72 sec)
  1. Watermark.Remove | Aspose.Words for .NET

    Effortlessly remove watermarks with our effective method. Restore your images to their original beauty and enhance your creative projects today!... Document doc = new Document (); // Add a plain text...TextWatermarkOptions textWatermarkOptions = new TextWatermarkOptions (); textWatermarkOptions...

    reference.aspose.com/words/net/aspose.words/wat...
  2. Range.Delete | Aspose.Words for .NET

    Efficiently remove all characters within a specified range using the Range Delete method. Simplify your text editing tasks effortlessly!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/ran...
  3. Design Reports using iReport and Render Barcode...

    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.... Click Step-2 to create a new report. Select Blank A4 from...as follows: Image expression: new com.aspose.barcode.jr.BarCodeRenderer(com...

    docs.aspose.com/barcode/jasperreports/design-re...
  4. Wrong size and layout of loaded and printed PDF...

    Hi, we are using the ASPOSE Pdf .NET library to open a PDF file an print it to a printer. Now we recognized that the result of the printed document doesn't match the size and layout of the original PDF file. We attache…... License license = new Aspose.Pdf. License (); // instantiate...Facades. PdfViewer tmpPdfViewer = new Aspose.Pdf.Facades. PdfViewer...

    forum.aspose.com/t/wrong-size-and-layout-of-loa...
  5. Merge MD files using .NET | Aspose.PDF

    Merge MD files programmatically with C# sample code using Aspose.PDF for .NET...pdf" ); var options = new Aspose . Pdf . MdLoadOptions...MdLoadOptions (); var pdfDocument1 = new Aspose . Pdf . Document ( inputFile1...

    products.aspose.com/pdf/net/merger/md/
  6. Convert PPTX to Word in Java | products.aspose.com

    Convert PPTX to Word in Java. Use Java library API to convert PowerPoint to Word...to Word Presentation pres = new Presentation ( inputPres ); try...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    products.aspose.com/slides/java/conversion/pptx...
  7. HtmlSaveOptions.ResolveFontNames | Aspose.Words...

    Discover how the HtmlSaveOptions ResolveFontNames property enhances document formatting by ensuring accurate font substitutions in HTML outputs.... Document doc = new Document ( MyDir + "Missing font...FontSettings fontSettings = new FontSettings { SubstitutionSettings...

    reference.aspose.com/words/net/aspose.words.sav...
  8. ParagraphFormat.shading property | Aspose.Words...

    ParagraphFormat.shading property. Returns a [Shading](../../shading/) object that refers to the shading formatting for the paragraph....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. PageSetup.TopMargin | Aspose.Words for .NET

    Adjust the PageSetup TopMargin property to customize the distance from the page's top edge to your text, enhancing layout and readability....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/pag...
  10. DWG to SVG Conversion Issues in Aspose.CAD: ERR...

    use sdk version : aspose.cad 25.12 java My conversion code and parameter settings are roughly as follows: File outputFile = New File(outputFilePath); try { LoadOptions opts = New LoadOption…...outputFile = new File(outputFilePath); try { LoadOptions opts = new LoadOptions();...RasterizationQuality rasterizationQuality = new RasterizationQuality(); rasterizationQuality...

    forum.aspose.com/t/dwg-to-svg-conversion-issues...