Sort Score
Result 10 results
Languages All
Labels All
Results 5,521 - 5,530 of 213,190 for

new

(0.09 sec)
  1. Page Margin Problem - Free Support Forum - aspo...

    Why does Aspose.Words retrieve different page margins for the same document when loaded in Windows versus Linux environments?...programmatically: Document doc = new Document("YourDocument.docx");...warning: Font warning: Font 'Times New Roman' has not been found. Using...

    forum.aspose.com/t/page-margin-problem/314423
  2. Convert Presentations to HTML5 in Java|Aspose.S...

    Export PowerPoint & OpenDocument presentations to responsive HTML5 with Aspose.Slides for Java. Preserve formatting, animations, and interactivity....dependencies: Presentation pres = new Presentation ( "pres.pptx" );...this way: Presentation pres = new Presentation ( "pres.pptx" );...

    docs.aspose.com/slides/java/export-to-html5/
  3. NodeImporter Class | Aspose.Words for .NET

    Effortlessly transfer document nodes with Aspose.Words.NodeImporter. Streamline your workflow and enhance document management efficiency today!...ImportFormatMode ) Initializes a new instance of the NodeImporter...ImportFormatOptions ) Initializes a new instance of the NodeImporter...

    reference.aspose.com/words/net/aspose.words/nod...
  4. PdfLoadOptions.SkipPdfImages | Aspose.Words for...

    Discover PdfLoadOptions' SkipPdfImages property to control image loading in PDFs. Enhance performance by skipping images for faster document processing.... PdfLoadOptions options = new PdfLoadOptions (); options ....PageCount = 1 ; Document doc = new Document ( MyDir + "Images.pdf"...

    reference.aspose.com/words/net/aspose.words.loa...
  5. ShapeBase.IsHorizontalRule | Aspose.Words for .NET

    Discover the ShapeBase IsHorizontalRule property, easily identify horizontal rules in your designs for improved layout and styling efficiency....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.dra...
  6. 如何将PDF中的图片置于底层? - Free Support Forum - aspose.com

    如何将PDF中的图片置于底层? 如何在PDF中添加图片时,将图片绘制在底层?...创建一个新的PDF文档 Document pdfDocument = new Document(); Page page = pdfDocument...layer = new Layer("底层图层"); // 添加图片到图层 Image image = new Image();...

    forum.aspose.com/t/pdf/316036
  7. Adding module for VBAProject does not work - Fr...

    Hi, we have a problem with adding a New VBA module to an existing dotm document. It works fine, if document has already an VBA module. But it does not work if dotm has none modules. To reproduce the problem, i have ad…...have a problem with adding a new VBA module to an existing dotm...for testing: Document doc = new Document("C:\\Temp\\in.dotm");...

    forum.aspose.com/t/adding-module-for-vbaproject...
  8. Aspose.3D 1.2.0中的公共 API 更改|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....示例代码: C# Scene scene = new Scene (); Node cameraNode = scene...CreateChildNode ( "camera" , new Camera ()); cameraNode . Transform...

    docs.aspose.com/3d/zh/net/public-api-changes-in...
  9. How to Run Aspose.CAD Docker image in AWS Lambd...

    Run Aspose.CAD Docker image in AWS Lambda Function....Parse(new MemoryStream(Convert.FromBase64String(stream...Load(fileStream)) { var ms = new MemoryStream(); img.Save(ms, new PdfOptions());...

    docs.aspose.com/cad/net/how-to-run-aspose-cad-d...
  10. Convert Presentations to HTML5 in PHP|Aspose.Sl...

    Export PowerPoint & OpenDocument presentations to responsive HTML5 with Aspose.Slides for PHP via Java. Preserve formatting, animations, and interactivity....extensions and dependencies: $pres = new Presentation ( "pres.pptx" );...transitions this way: $pres = new Presentation ( "pres.pptx" );...

    docs.aspose.com/slides/php-java/export-to-html5/