Sort Score
Result 10 results
Languages All
Labels All
Results 9,931 - 9,940 of 224,718 for

new

(1.82 sec)
  1. Create File using Python | products.aspose.com

    Create text and Microsoft Word documents with out installing Microsoft Office... By providing “x”, new file will be created but throws...already exists. By providing “a”, new text file will be created if...

    products.aspose.com/total/python-net/create/
  2. Populate Data First by Row then by Column|Docum...

    Learn how to Populate Data First by Row then by Column through the Aspose.Cells for JavaScript via C++ API....Create a new workbook (blank) const workbook = new Workbook ();...SaveFormat . Xlsx ); const blob = new Blob ([ outputData ]); const...

    docs.aspose.com/cells/javascript-cpp/populate-d...
  3. Performance Problem with AddShape() - Free Supp...

    I have been extensively testing Aspose for some time now with the aim of replacing the existing Microsoft.Interopt interface in our company. In the meantime, I have also succeeded in implementing our requirements with A…...diagram = new Diagram(); Aspose.Diagram.Page newPage = new Aspose...Diagram.Page(); newPage.Name = "New Page"; newPage.PageSheet.PageProps...

    forum.aspose.com/t/performance-problem-with-add...
  4. Extra text appears when converting DOCX to PDF ...

    Hi, When converting a DOCX file to PDF using Aspose.Words, I noticed extra text appears at page 2. Code: var doc = New Document(@".\test.docx"); doc.LayoutOptions.TextShaperFactory = HarfBuzzTextShaperFactory.Instance…... Code: var doc = new Document(@".\test.docx"); doc...fields before saving: var doc = new Document(@".\test.docx"); //...

    forum.aspose.com/t/extra-text-appears-when-conv...
  5. NodeImporter breaks padding - Free Support Foru...

    Hi there we use Aspose.Words to copy ContentControls of multiple documents into a single resulting docx file. We use the NodeImporter for this use case like var importFormatOptions = New ImportFormatOptions { KeepSour…...like var importFormatOptions = new ImportFormatOptions { KeepSourceNumbering...KeepSourceNumbering = true }; var importer = new NodeImporter( sourceDocument...

    forum.aspose.com/t/nodeimporter-breaks-padding/...
  6. Aspose.Words performance issue came back WORDSN...

    Hi guys, I am upgrading Aspose.Words from 24.2 to 25.10. I can see one of issues we raised in the past came back in the latest Aspose.Words I raised multiple issues in below tickets. Eventually allocated official bug …...EmptyDocumentCreatio_Test() { var _ = new Document(); // just to load into...0; i < 1000; i++) { var __ = new Document(); } } We have a business...

    forum.aspose.com/t/aspose-words-performance-iss...
  7. Edit PDF using C# | Aspose.PDF

    Еdit PDF document programmatically with C# sample code using Aspose.PDF for .NET...formatting attributes and styles Add new elements Work with graphs and..."sample_out.pdf" ); var pdfDocument = new Aspose . Pdf . Document ( inputFile...

    products.aspose.com/pdf/net/editor/
  8. How to navigate to every paragraph and insert a...

    How to navigate to every paragraph and insert a field at end of paragraph?...the document Document doc = new Document("YourDocument.docx");...docx"); DocumentBuilder builder = new DocumentBuilder(doc); // Iterate...

    forum.aspose.com/t/how-to-navigate-to-every-par...
  9. Manage Presentation Notes on Android|Aspose.Sli...

    Customize presentation notes with Aspose.Slides for Android via Java. Seamlessly work with PowerPoint and OpenDocument notes to boost your productivity....topic, we will introduce this new feature of removing Notes also...presentation file Presentation pres = new Presentation ( "presWithNotes...

    docs.aspose.com/slides/androidjava/presentation...
  10. Split Mesh|Documentation

    Aspose.3D for Java API has support to split all meshes of a scene into several sub meshes per material. The SplitMesh method will not split a mesh of the scene, if it has been assigned a single material. It can be achieved by using Aspose.3D for Java API....Load a 3D file Scene scene = new Scene ( MyDir ); // Split all...composed by 6 planes) Mesh box = ( new Box ()). toMesh (); // Create...

    docs.aspose.com/3d/java/split-mesh/