Sort Score
Result 10 results
Languages All
Labels All
Results 8,431 - 8,440 of 222,937 for

new

(0.27 sec)
  1. ShapeBase.isHorizontalRule property | Aspose.Wo...

    ShapeBase.isHorizontalRule property. Returns ``true`` if this shape is a horizontal rule....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. HTML to PDF mixed page sizes - Free Support For...

    Is there any way to have mixed page sizes/orientations when creating a PDF from HTML? Our requirements demand that the first page be letter sized in portrait, and the subsequent pages be landscape mode (some with dynami…...outputStream = new MemoryStream()) using (var inputStream = new MemoryStream(Encoding...GetBytes(html ?? ""))) { var renderer = new Aspose.Html.Rendering.HtmlRenderer();...

    forum.aspose.com/t/html-to-pdf-mixed-page-sizes...
  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. 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/
  5. 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...
  6. 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...
  7. 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...
  8. Installing and Using Aspose.BarCode for Intelli...

    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....this plugin will introduce a new project type – Aspose.BarCode...under “New” menu (using Right Click -> New OR File menu->New) – Aspose...

    docs.aspose.com/barcode/java/installing-and-usi...
  9. Get a Page Object from Visio Drawing in Ruby|Do...

    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.... new ( data_dir + "Drawing.vsd" )...aspose.diagram.Diagram' ) . new ( data_dir + "Drawing.vsd" )...

    docs.aspose.com/diagram/java/get-a-page-object-...
  10. MarkdownLinkExportMode | Aspose.Words for Java

    Specifies how links are exported into Markdown in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...MarkdownSaveOptions saveOptions = new MarkdownSaveOptions(); saveOptions...

    reference.aspose.com/words/java/com.aspose.word...