Sort Score
Result 10 results
Languages All
Labels All
Results 3,981 - 3,990 of 213,087 for

new

(0.3 sec)
  1. Range.Fields | Aspose.Words for .NET

    Discover the Range Fields property, effortlessly access a comprehensive Fields collection for all your data range needs. Enhance your workflow today!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...HandleNodeChangingFo callback = new HandleNodeChangingFo (); doc...

    reference.aspose.com/words/net/aspose.words/ran...
  2. Javascript not working in HTML to PNG conversio...

    Hi, Below are the HTML template and the .Net 8 code we are using to render and convert the HTML. The Javascript output is not reflected in the image - I believe it is not being executed. The output PNG is attached. Ho…..."RoundedRectangle", { strokeWidth: 0 }, new go.Binding("fill", "color"))...$(go.TextBlock, { margin: 8 }, new go.Binding("text", "name")) );...

    forum.aspose.com/t/javascript-not-working-in-ht...
  3. Փոխարկել JPG JPG Javascript

    Փոխարկեք JPG ը JPG ձևաչափի JavaScript կոդով: Պահեք JPG որպես JPG օգտագործելով JavaScript:...); var doc = new aw.Document() var builder = new aw.DocumentBuilder(doc)...getShapeRenderer().save( "Output.jpg" , new aw.Saving.ImageSaveOptions(aw...

    products.aspose.com/words/hy/nodejs-net/convers...
  4. Փոխարկել JPG PNG Javascript

    Փոխարկեք JPG ը PNG ձևաչափի JavaScript կոդով: Պահեք JPG որպես PNG օգտագործելով JavaScript:...); var doc = new aw.Document() var builder = new aw.DocumentBuilder(doc)...getShapeRenderer().save( "Output.png" , new aw.Saving.ImageSaveOptions(aw...

    products.aspose.com/words/hy/nodejs-net/convers...
  5. Փոխարկել Պատկեր GIF Javascript

    Փոխարկեք Պատկեր ը GIF ձևաչափի JavaScript կոդով: Պահեք Պատկեր որպես GIF օգտագործելով JavaScript:...); var doc = new aw.Document() var builder = new aw.DocumentBuilder(doc)...getShapeRenderer().save( "Output.gif" , new aw.Saving.ImageSaveOptions(aw...

    products.aspose.com/words/hy/nodejs-net/convers...
  6. Copying and Moving Worksheets with Node.js via ...

    This article includes sample code and describes how to copy and move worksheets programmatically both within an Excel workbook and across Excel workbooks using the Node.js API with C++....selected sheets to a new workbook, click New Book . In the Before...existing Excel file. const wb = new AsposeCells . Workbook ( inputPath...

    docs.aspose.com/cells/nodejs-cpp/copying-and-mo...
  7. Save PDF document programmatically|Aspose.PDF f...

    Learn how to save PDF file with Aspose.PDF for Rust via C++....demonstrates the new method for creating a new PDF document, which...Create a new PDF-document let pdf = Document :: new () ? ; //...

    docs.aspose.com/pdf/rust-cpp/save-pdf-document/
  8. PclSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.PCL format in Java.... Document doc = new Document(getMyDir() + "Rendering...PclSaveOptions saveOptions = new PclSaveOptions(); saveOptions...

    reference.aspose.com/words/java/com.aspose.word...
  9. 使用 C# 的 PDF 高亮注释|Aspose.PDF for .NET

    学习如何使用 Aspose.PDF 在 .NET 中为 PDF 文档添加高亮注释,以强调和审阅文本。...document using ( var document = new Aspose . Pdf . Document ( dataDir...find the text "PDF" var tfa = new Aspose . Pdf . Text . TextFragmentAbsorber...

    docs.aspose.com/pdf/zh/net/highlights-annotation/
  10. Layer group export image error:The rectangle ha...

    我使用的是psd-java,当我把图层组导出为png的时候报错。这是我的代码: for (Layer layer : psdImage.getLayers()) { if (layer instanceof LayerGroup) { count++; LayerGroup layerGroup = (LayerGroup) layer; System.out.println("画板名称: " + laye…...getHeight() <= 0) { throw new IllegalStateExceptio("图层组 " +...layerGroup.save(mergedPngPath, new PngOptions()); String OSSPath...

    forum.aspose.com/t/layer-group-export-image-err...