Sort Score
Result 10 results
Languages All
Labels All
Results 5,241 - 5,250 of 224,042 for

new

(0.22 sec)
  1. ControlChar.ColumnBreak | Aspose.Words for .NET

    Discover the ControlChar ColumnBreak field, streamline your document layout with the x000e end-of-column character for enhanced formatting control....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...break." ); // Add a new line and starts a new paragraph. Assert...

    reference.aspose.com/words/net/aspose.words/con...
  2. Decrypt PDF File|Aspose.PDF for Java

    Discover how to decrypt PDF files using Aspose.PDF in Java and remove password protection to gain access to the content....{ PdfFileInfo pdfFileInfo = new PdfFileInfo ( _dataDir + "sample_encrypted...PdfFileSecurity fileSecurity = new PdfFileSecurity (); fileSecurity...

    docs.aspose.com/pdf/java/decrypt-pdf-file/
  3. Get Viewer Preference of an existing PDF File|A...

    Explore how to extract and retrieve viewer preferences from an existing PDF file using Aspose.PDF in Java....GetViewerPreference () { var document = new Document ( _dataDir + "PdfCo...); PdfContentEditor editor = new PdfContentEditor ( document );...

    docs.aspose.com/pdf/java/get-viewer-preference-...
  4. Font.shading property | Aspose.Words for Node.js

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

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Font.NumberSpacing | Aspose.Words for .NET

    Discover the Font NumberSpacing property to customize numeral spacing for enhanced readability and design. Optimize your typography today!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/fon...
  6. StructuredDocumentTag.buildingBlockGallery prop...

    StructuredDocumentTag.buildingBlockGallery property. Specifies type of building block for this SDT...doc = new aw . Document (); let buildingBlockSdt = new aw . Markup...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Add Image stamps in PDF programmatically|Aspose...

    Add the Image Stamp in your PDF document using ImageStamp class with the Aspose.PDF for PHP via Java library....// Open document $document = new Document ( $inputFile ); $pages...Create image stamp $imageStamp = new ImageStamp ( $inputImageFile...

    docs.aspose.com/pdf/php-java/image-stamps-in-pd...
  8. ImageWatermarkOptions | Aspose.Words for Java

    Contains options that can be specified when adding a watermark with image in Java.... Document doc = new Document(); // Modify the image...ImageWatermarkOption imageWatermarkOption = new ImageWatermarkOption(); imageWatermarkOption...

    reference.aspose.com/words/java/com.aspose.word...
  9. Add Arc Object to PDF file|Aspose.PDF for .NET

    This article explains how to create a arc object to your PDF using Aspose.PDF for .NET....document using ( var document = new Aspose . Pdf . Document ()) {...certain dimensions var graph = new Aspose . Pdf . Drawing . Graph...

    docs.aspose.com/pdf/net/add-arc/
  10. Convert HTML to PDF Format in Ruby|Aspose.PDF f...

    Learn how to convert HTML content to PDF format in Ruby using Aspose.PDF for reliable and accurate document generation.... new ( data_dir ) # Load HTML file...aspose . pdf . Document ' ). new ( data_dir + "index.html" , htmloptions...

    docs.aspose.com/pdf/java/convert-html-to-pdf-fo...