Sort Score
Result 10 results
Languages All
Labels All
Results 1,171 - 1,180 of 199,509 for

new

(0.09 sec)
  1. Font Substitution - PowerPoint Java API|Aspose....

    Substitute font in PowerPoint... Load the new font. Add a rule for the replacement...Loads a presentation $pres = new Presentation ( "Fonts.pptx" );...

    docs.aspose.com/slides/php-java/font-substitution/
  2. Pdf.net TextFragment properties - Free Support ...

    Hi In aspose words the paragraph class has SpaceBefore and SpaceAfter Properties. I don’t see these Properties in Pdf.net. Please advise how Space Before and Space after can be set for Pdf.net. Also Aspose Words has a …...bmp"; Document doc = new Document(); Page page = doc.Pages...//LOGO Aspose.Pdf.Image logo = new Aspose.Pdf.Image(); logo.File...

    forum.aspose.com/t/pdf-net-textfragment-propert...
  3. MailMerge.ExecuteWithRegions | Aspose.Words for...

    Streamline your document creation with the MailMerge ExecuteWithRegions method, enabling efficient mail merges from custom data sources and regions....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...customers = new CustomerList (); customers . Add ( new Customer...

    reference.aspose.com/words/net/aspose.words.mai...
  4. Extract visible/rendered Text from HTML - Free ...

    Hello, currently we extract (visible/rendered) text from attached HTML file (like the text when you load the HTML into a browser) with following code: var htmlLoadOptions = New HtmlLoadOptions { PageLayoutOption = Ht…...code: var htmlLoadOptions = new HtmlLoadOptions { PageLayoutOption...}; using (var pdfDocument = new Document(HtmlFile, htmlLoadOptions))...

    forum.aspose.com/t/extract-visible-rendered-tex...
  5. PdfSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.PDF format in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...PDF. PdfSaveOptions options = new PdfSaveOptions(); doc.save(getArtifactsDir()...

    reference.aspose.com/words/java/com.aspose.word...
  6. 获取用Node.js通过C++创建Excel文档的应用程序版本号|Documentation

    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....2003 XLS file let workbook = new AsposeCells . Workbook ( path...Excel 2007 XLS file workbook = new AsposeCells . Workbook ( path...

    docs.aspose.com/cells/zh/nodejs-cpp/get-the-ver...
  7. Range | Aspose.Words for Java

    Represents a contiguous area in a document in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...string. toDocument() Constructs a new fully formed document that contains...

    reference.aspose.com/words/java/com.aspose.word...
  8. ChartType Enum | Aspose.Words for .NET

    Explore the Aspose.Words.Drawing.Charts.ChartType enum to discover various chart types and enhance your document's data visualization effortlessly....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...( "Series 1" , categories , new [] { 76.6 , 82.1 , 91.6 }); chart...

    reference.aspose.com/words/net/aspose.words.dra...
  9. Scale geometries of a 3D Scene|Documentation

    Developers can scale only geometries of a 3D node or all nodes of 3D Scene. In order to achieve this, developers can call multiple Scale members of the PolygonModifier class instance....another file: Scene scene = new Scene ( "huge-scene.obj" ); //.... CreateChildNode ( "box" , new Box ()); // scale geometries...

    docs.aspose.com/3d/net/scale-geometries-of-a-3d...
  10. How to digitally sign PDF|Aspose.PDF for PHP vi...

    Explore how to digitally sign PDF documents in PHP using Aspose.PDF to protect document integrity and verify authorship....$document = new Document ( $inputFile ); $signature = new facades_PdfFileSignature...ture ( $document ); $pkcs = new PKCS7 ( $inputPKCS7 , 'Pa$$w0rd2020'...

    docs.aspose.com/pdf/php-java/digitally-sign-pdf...