Sort Score
Result 10 results
Languages All
Labels All
Results 2,451 - 2,460 of 164,999 for

new

(0.14 sec)
  1. Fine-Tuning Converters – Java – Aspose.HTML for...

    Learn how to render HTML to PDF, DOCX, XPS, and images with Aspose.HTML for Java. Explore rendering options to customize your document output....Support Blog Knowledge Base New Releases Status Websites aspose...Support Blog Knowledge Base New Releases Status Websites aspose...

    docs.aspose.com/html/java/fine-tuning-converters/
  2. WebExtensionProperty | Aspose.Words for Java

    Specifies a web extension custom property in Java.... Document doc = new Document(); // Create task pane...TaskPane myScriptTaskPane = new TaskPane(); doc.getWebExtensionTaskP()...

    reference.aspose.com/words/java/com.aspose.word...
  3. 渲染 3D 场景的全景视图|Documentation

    使用 Aspose.3D for .NET API,开发人员可以渲染 3D 场景的全景视图,并将该视图保存为支持的图像格式。...//load the scene Scene scene = new Scene ( path ); //create a camera...capturing the cube map Camera cam = new Camera ( ProjectionType . Perspective...

    docs.aspose.com/3d/zh/net/render-a-panorama-vie...
  4. Convert PPT to Video in Java | products.aspose.com

    Convert PPT to video in Java. Use Java library API to convert PowerPoint to video...Presentation presentation = new Presentation (); try { // Adds...ArrayList < String > frames = new ArrayList < String >(); PresentationAnimatio...

    products.aspose.com/slides/java/conversion/ppt-...
  5. GlossaryDocument.FirstBuildingBlock | Aspose.Wo...

    Discover the FirstBuildingBlock property in GlossaryDocument. Easily access the initial building block for streamlined document management....doc = new Document (); GlossaryDocument glossaryDoc = new GlossaryDocument...GlossaryDocument (); BuildingBlock child1 = new BuildingBlock ( glossaryDoc )...

    reference.aspose.com/words/net/aspose.words.bui...
  6. 工作表调整大小的有效解决方案|Aspose.Slides 文档

    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....WorkbookDesigner workbookDesigner = new WorkbookDesigner (); workbookDesigner...workbookDesigner . Workbook = new Workbook ( "AsposeTest.xls" ); Presentation...

    docs.aspose.com/slides/zh/net/working-solution-...
  7. IResourceLoadingCallback | Aspose.Words for Java

    Implement this interface if you want to control how Aspose.Words loads external resource when importing a document and inserting images using DocumentBuilder in Java....Document doc = new Document(); doc.setResourceLoadingCa(new ImageNameHandler());...ImageNameHandler()); DocumentBuilder builder = new DocumentBuilder(doc); // Images...

    reference.aspose.com/words/java/com.aspose.word...
  8. HMTL to PDF conversion - Free Support Forum - a...

    Hi Team, I am working on convert HTML to PDF, my issue is style are not applying from style block block. My code: foreach (string contentPart in contentParts) { Aspose.Pdf.Page page = merge…...HtmlFragment htmlFragment = new HtmlFragment(fullHtmlContent);...MemoryStream memoryStream = new MemoryStream(); mergedPdfDocument...

    forum.aspose.com/t/hmtl-to-pdf-conversion/314583
  9. Merger Class | Aspose.Words for .NET

    Effortlessly merge diverse document types into one with Aspose.Words.LowCode.Merger class. Streamline your workflow and enhance productivity today!...Description static Create () Creates new instance of the mail merger processor...Create ( MergerContext ) Creates new instance of the mail merger processor...

    reference.aspose.com/words/net/aspose.words.low...
  10. Create MText in dwg file failed - Free Support ...

    Hello, I am using Aspose.CAD .net api to create dwg and insert mtext acc. to Work with text|CAD Documentation here is my code [HttpPost("createDwgByAspose2")] public async void CreateDwgByAspose2Async…...DwgImage dwgImage = new DwgImage(); CadMText mText = new CadMText();...= 40; mText.InsertionPoint = new Cad3DPoint(300, 40, 0); mText...

    forum.aspose.com/t/create-mtext-in-dwg-file-fai...