Sort Score
Result 10 results
Languages All
Labels All
Results 1,891 - 1,900 of 9,290 for

header

(0.15 sec)
  1. Warnings When Saving to PDF/A and PDF/UA|Aspose...

    PDF/A and PDF/UA impose accessibility requirements related to document content. When saving to PDF/A or PDF/UA in C# and the issue violates compliance, a warning is issued....” “There are tables without header row/column in the document...

    docs.aspose.com/words/net/warnings-when-saving-...
  2. VCF Viewer for C# | Aspose.Email Viewer | produ...

    C# source code to load, render and display VCF documents on .NET Framework, .NET Core, and Xamarin Platforms....information and writing the header. Use the Save method to save...

    products.aspose.com/email/net/viewer/vcf/
  3. Copying and Moving Worksheets with JavaScript v...

    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 JavaScript via C++ API....0 ); // Put some data into header rows (A1:A4) for ( let i =...cells . get ( i , 0 ). value = `Header Row ${ i } ` ; } // Put some...

    docs.aspose.com/cells/javascript-cpp/copying-an...
  4. Save images as EPS via Node.js | Aspose.Page

    Empower your Node.js applications with our API solution for save images to EPS file. Convert images to EPS!...work its magic on the image header and setup section of your EPS...

    products.aspose.com/page/nodejs-cpp/image-as-eps/
  5. NodeType enumeration | Aspose.Words for Node.js

    Aspose.Words.NodeType enumeration. Specifies the type of a Word document node....contains text of a particular header or footer inside a section...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Manage Presentation Placeholders on Android|Asp...

    Effortlessly manage placeholders in Aspose.Slides for Android via Java: replace text, customize prompts & set image transparency in PowerPoint and OpenDocument....How do I control the standard header/footer placeholders—date &...

    docs.aspose.com/slides/androidjava/manage-place...
  7. Limiting memory usage when concatenating large ...

    I am trying to concatenate two large PDF documents together using Aspose.PDF (23.1) in Java like this: Document doc1 = new Document("D:/input1.pdf"); Document doc2 = new Document("D:/input2.pdf"); for (final Page p : do…...page and a small amount of header/footer text. I can provide...

    forum.aspose.com/t/limiting-memory-usage-when-c...
  8. Converting a 3ds file to STL format results in ...

    Hi, I’m upgrading Aspose 3D to lastest version and meet an issue when converting a 3DS file to STL file format. Background: With version Aspose.3D 19.10, my 3DS file can convert to STL format with a 1.63MB file output…...that contains only the 80‑byte header (≈ 1 KB). How to resolve the...

    forum.aspose.com/t/converting-a-3ds-file-to-stl...
  9. Manage Presentation Placeholders in JavaScript|...

    Effortlessly manage placeholders in Aspose.Slides for Node.js via Java: replace text, customize prompts & set image transparency in PowerPoint and OpenDocument....How do I control the standard header/footer placeholders—date &...

    docs.aspose.com/slides/nodejs-java/manage-place...
  10. Inserting Fields in Python|Aspose.Words for Pyt...

    Insert fields into a document in Python in different ways: using `DocumentBuilder` or DOM (Document Object Model)....fields into headers or footers? A: Yes. Access the header/footer with...with section.headers[aw.HeaderFooterType.HEADER_PRIMARY] (or...

    docs.aspose.com/words/python-net/inserting-fields/