Sort Score
Result 10 results
Languages All
Labels All
Results 821 - 830 of 5,159 for

split

(0.1 sec)
  1. Rotate PDF using CLI | Aspose.PDF

    Rotate PDF documents programmatically with CLI sample code using Aspose.PDF for Aspose.PDF CLI...developers to merge PDF files, split, extract text, or images, decrypt...

    products.aspose.com/pdf/cpp-cli/rotate/
  2. Ինչպես բաժանել PDF-ն ըստ էջերի Java-ում

    Այս հիմնական ձեռնարկը մանրամասնում է, թե ինչպես կարելի է բաժանել PDF-ն ըստ էջերի Java-ում պարզ API զանգերի միջոցով: Java-ի բաժանված PDF էջերի օգտագործումը կարող է իրականացվել տարբեր օպերացիոն համակարգերում, ինչպիսիք են Linux-ը, Windows-ը և macOS-ը:...ինչպես կարելի է ձեռք բերել Java split PDF էջեր ֆունկցիոնալությունը:...

    kb.aspose.com/hy/pdf/java/how-to-split-pdf-by-p...
  3. Aspose::Words::Layout::PageLayoutEvent enum | A...

    Aspose::Words::Layout::PageLayoutEvent enum. A code of event raised during page layout model build and rendering. Page layout model is built in two steps. First, "conversion step", this is when page layout pulls document content and creates object graph. Second, "reflow step", this is when structures are Split, merged and arranged into pages. Depending of the operation which triggered build, page layout model may or may not be further rendered into fixed page format. For example, computing number of pages in the document or updating fields does not require rendering, whereas export to Pdf does in C++....this is when structures are split, merged and arranged into pages...

    reference.aspose.com/words/cpp/aspose.words.lay...
  4. Detect Merged Cells in a Worksheet with JavaScr...

    Learn how to detect merged cells in a worksheet using Aspose.Cells for JavaScript via C++. This article will show you how to use the library to identify and manipulate merged cells.... You can unmerge (split) them too. This article shows...

    docs.aspose.com/cells/javascript-cpp/detect-mer...
  5. Aspose.PDF.Drawing Converting PDF to Docx in Li...

    Hello. Library used here is Aspose.PDF.Drawing [25.6.0], but tested with [25.5.0] as well. We are using linux containers using amazon linux 2023 base image, and when trying to convert a PDF document to Docx, we get s…...PDF to Docx in Linux word splitting issue Aspose.PDF Product Family...hyperlinked words are also “split” and thus resulting in a lot...

    forum.aspose.com/t/aspose-pdf-drawing-convertin...
  6. Aspose.Words 26.2 (.NET 8): WordML → PDF — head...

    Description Product & version: Aspose.Words for .NET 26.2 Runtime: .NET 8 (x64) OS: Windows Server (x64) Input format: Word 2003 WordprocessingML (.xml) Output format: PDF Summary When converting a WordML input to P…... In PDF output, the line splits visually (“- 2 -” to the left...centered paragraph but visual split across tabs (left/right chunks)...

    forum.aspose.com/t/aspose-words-26-2-net-8-word...
  7. Spilt array formulas are not restored - Free Su...

    Hi, We use Spill Formula, but it doesn’t recover after RefreshDynamicArrayFormulas and CalculateFormula We have two sheets: Sheet3 → Contains table Table1 it contains the data Sheet4 → User function =@MY_FUNC(1) whic…...l Because the split array formula also references...Family @aleksandr.l Because the split array formula also references...

    forum.aspose.com/t/spilt-array-formulas-are-not...
  8. Export CGM to SWF via C# API | products.aspose.com

    .NET API to Convert CGM to SWF without using Microsoft Word... as well as the ability to split, merge, and extract pages from... as well as the ability to split, merge, and extract slides from...

    products.aspose.com/total/net/conversion/cgm-to...
  9. FAQ|Aspose.Words for Java

    Aspose.Words for Java answers the most frequently asked questions. Learn this page to quickly solve your problem on general questions or specific topics.... Q: How to split a document page by page? Aspose...Aspose.Words enables you to split a multi-page document page by...

    docs.aspose.com/words/java/faq/
  10. First and last paragraph - Free Support Forum -...

    Dear, How can I find the first and last paragraph on a given page in a document. I’m using Aspose Words for Java Many thanks Natasja...docx"); // Split all Run nodes in the document...indexOf(' ') + 1); } // Get split run nodes. runs = doc.getChildNodes(NodeType...

    forum.aspose.com/t/first-and-last-paragraph/322113