Sort Score
Result 10 results
Languages All
Labels All
Results 91 - 100 of 313 for

boolean

(0.04 sec)
  1. Search in PPTX Online

    Free online document search. Secure and easy to use full text online search in PPTX....PPTX Prefix search in PPTX Boolean search in PPTX Regex search...

    products.groupdocs.app/search/pptx
  2. Search in VSS Online

    Free online document search. Secure and easy to use full text online search in VSS....Wildcard search Prefix search Boolean search Regex search Reverse...

    products.groupdocs.app/search/vss
  3. Search in OST Online

    Free online document search. Secure and easy to use full text online search in OST....Wildcard search Prefix search Boolean search Regex search Reverse...

    products.groupdocs.app/search/ost
  4. Search in XLSB Online

    Free online document search. Secure and easy to use full text online search in XLSB....XLSB Prefix search in XLSB Boolean search in XLSB Regex search...

    products.groupdocs.app/search/xlsb
  5. Search in XLTM Online

    Free online document search. Secure and easy to use full text online search in XLTM....XLTM Prefix search in XLTM Boolean search in XLTM Regex search...

    products.groupdocs.app/search/xltm
  6. Search in ODP Online

    Free online document search. Secure and easy to use full text online search in ODP....in ODP Prefix search in ODP Boolean search in ODP Regex search...

    products.groupdocs.app/search/odp
  7. Edit Excel Workbook | Documentation

    This guide demonstrates how to edit XLS, XLSX, XLSM, XLSB, ODS, SXC spreadsheets with hidden worksheets, protect edited spreadsheet with password and many other powerful features of GroupDocs.Editor for .NET....opening by 0-based index and a boolean flag that indicates whether...in the class: integer and boolean . This feature is explained...

    docs.groupdocs.com/editor/net/edit-excel/
  8. Document conversion is hanging using Java - Fre...

    Hi, We are encountering the same issue (documents hanging during conversion) while converting various file formats such as .docx, .xlsx, .pptx, etc., into PDFs. This issue is occurring only in our production environment…...getLoadOptions(String inputFileExtension,boolean isthumbnail) { if(SHEET_FORMATS...convertToPdf(String inputFilePath, boolean isthumbnail) { Converter converter...

    forum.groupdocs.com/t/document-conversion-is-ha...
  9. Font Substitution not working as expected - Fre...

    Hi, We are trying to provide few font substitutes during PDF conversion, but even after providing the font files the PDF is generated using “Dejavu Sans”. Code snippet: public byte[] generatePdfUsingGroupDocs(byte[] co…...generatePdfUsingGrou(byte[] contentInBytes, boolean showDocTitle, String title...

    forum.groupdocs.com/t/font-substitution-not-wor...
  10. Document renaming | Documentation

    Sometimes a situation arises when an indexed document is renamed, but its contents have not changed. In this case, to save computing resources, you can notify the index about the renaming of the document, and then the document will not be reindexed during the update operation. To notify an index about renaming a document, the notifyIndex method is used with the corresponding notification object as a parameter. You should keep in mind that if an index is notified of the renaming of a document, it will not be reindexed the next time you call the update method, even if its contents have changed....oldDocumentPath , newDocumentPath ); boolean result = index . notifyIndex...

    docs.groupdocs.com/search/java/document-renaming/