Sort Score
Result 10 results
Languages All
Labels All
Results 1,501 - 1,510 of 8,160 for

header

(0.36 sec)
  1. How to Add Group Shape into a Word Document|Asp...

    Grouping and ungrouping shapes using C++....a GroupShape be added to a header, footer, or other specific...

    docs.aspose.com/words/cpp/how-to-add-group-shap...
  2. Crop PDF Pages in Java | Java PDF Library

    Learn how to crop PDF pages in Java using a Java PDF library....empty margins, content in the header/footer, and more. In this article...

    blog.aspose.com/pdf/crop-pdf-pages-in-java/
  3. Convert MPP to TIFF in C#

    This article is about how to convert MPP to TIFF in C#. By following the crisp and well directed steps, one can transform MPP file to TIFF using C# using a few lines of code....format, page settings, and header or footer settings to name...

    kb.aspose.com/tasks/net/convert-mpp-to-tiff-in-...
  4. How to Convert TXT to JSON File in C#

    In this brief article, you will understand how to convert txt to json file in C#. It covers setting up the environment, and algorithm steps followed by a sample code to create Text to JSON converter in C#....instance, you can manipulate the header row, sort the names, set warning...

    kb.aspose.com/cells/net/how-to-convert-txt-to-j...
  5. How to Convert Excel to JSON in Python

    This quick article explains how to convert Excel to JSON in Python. You can take a look at the configuration information, stepwise algorithm, and the sample code snippet to convert Excel to JSON in Python....empty cells, nested structures, header rows, indentations, and several...

    kb.aspose.com/cells/python/how-to-convert-excel...
  6. How to Convert Excel to JSON in C#

    In this short tutorial, you will learn how to convert Excel to JSON in C#. You can convert Excel file to JSON in C# with a few API calls in .NET.... It enables you to specify header rows, name sorting, export...

    kb.aspose.com/cells/net/how-to-convert-excel-to...
  7. Remove Background from PDF using C#

    This article guides on how to remove background from PDF using C#. It has the details to set the IDE, a list of steps, and a sample code to develop background remover in PDF using C#.... You can delete the header/footer and watermark using...

    kb.aspose.com/pdf/net/remove-background-from-pd...
  8. Odso class | Aspose.Words for Python

    aspose.words.settings.Odso class. Specifies the Office Data Source Object (ODSO) settings for a mail merge data source...specified external data source as a header row containing the names of...

    reference.aspose.com/words/python-net/aspose.wo...
  9. I use apache.poi create doc, use aspose.words t...

    in local windows dev, the font is not missing; this is my code public static void streamToDocX1(String docFilePath, OutputStream stream) throws Exception { document = new Document(docFilePath); docume…...Insert page numbers in the header builder.moveToHeaderFooter(HeaderFooterType...moveToHeaderFooter(HeaderFooterType.HEADER_PRIMARY); builder.insertField("PAGE");...

    forum.aspose.com/t/i-use-apache-poi-create-doc-...
  10. How to Find and Replace Text in Word Document i...

    This topic shows, how to find and replace text in Word document in C++ using a simplified code example. By using C++ replace text in Word document is easily performed in few lines of easy code with no external dependence on MS Word or Interop library....namespace and add required Header files Initialize Document class...

    kb.aspose.com/words/cpp/how-to-find-and-replace...