Skip to content

Commit f18b35e

Browse files
Updated tutorials
1 parent d3d4826 commit f18b35e

File tree

12 files changed

+59
-61
lines changed

12 files changed

+59
-61
lines changed

content/viewer/english/advanced-usage/_index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ Ready to dive in? Here's our recommended learning path:
172172

173173
Beyond these tutorials, here are valuable resources for your document viewer cloud API journey:
174174

175-
- **[Product Overview]**:(https://products.groupdocs.cloud/viewer/) Learn about all available features and capabilities
176-
- **[Free Trial]**:(https://dashboard.groupdocs.cloud/#/apps) Get hands-on experience with full API access
177-
- **[Technical Documentation]**:(https://docs.groupdocs.cloud/viewer/) Comprehensive API reference and guides
178-
- **[Community Support]**: (https://forum.groupdocs.cloud/c/viewer/9) Connect with other developers and get help
175+
- [Product Overview](https://products.groupdocs.cloud/viewer/) Learn about all available features and capabilities
176+
- [Free Trial](https://dashboard.groupdocs.cloud/#/apps) Get hands-on experience with full API access
177+
- [Technical Documentation](https://docs.groupdocs.cloud/viewer/) Comprehensive API reference and guides
178+
- [Community Support](https://forum.groupdocs.cloud/c/viewer/9) Connect with other developers and get help

content/viewer/english/advanced-usage/add-watermark/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ Continue your learning journey with these helpful resources:
484484
- [Product Page](https://products.groupdocs.cloud/viewer/) - Learn about all GroupDocs.Viewer Cloud features
485485
- [Documentation](https://docs.groupdocs.cloud/viewer/) - Complete API documentation and guides
486486
- [Live Demo](https://products.groupdocs.app/viewer/family) - Try watermarking features online
487-
- [Swagger UI(https://reference.groupdocs.cloud/viewer/) - Interactive API documentation
487+
- [Swagger UI](https://reference.groupdocs.cloud/viewer/) - Interactive API documentation
488488
- [Blog](https://blog.groupdocs.cloud/categories/groupdocs.viewer-cloud-product-family/) - Latest updates and tutorials
489489
- [Free Support](https://forum.groupdocs.cloud/c/viewer/9) - Community support and discussion
490490
- [Free Trial](https://dashboard.groupdocs.cloud/#/apps) - Start building with watermarking today

content/viewer/english/advanced-usage/rendering-outlook-files/_index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,6 @@ curl -v "https://api.groupdocs.cloud/v2.0/viewer/view" \
203203
}"
204204
```
205205

206-
**Pro Tip**: Filters use substring matching, so "susan" will match "susan.smith@company.com", "susanA@domain.org", etc. Be specific enough to avoid false positives.
207-
208206
## 3. Performance Optimization with Item Limits
209207

210208
Large PST files can contain hundreds of thousands of emails. Even with filtering, you might end up with more results than practical to display. That's where item limiting becomes crucial.

content/viewer/english/advanced-usage/rendering-spreadsheets/_index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -485,8 +485,8 @@ Ready to take your Excel viewer to the next level? Consider exploring:
485485

486486
## Resources and Support
487487

488-
- **[Product Documentation](https://docs.groupdocs.cloud/viewer/) **: Comprehensive API reference and guides
489-
- **[Live API Explorer](https://reference.groupdocs.cloud/viewer/) **: Test API calls directly in your browser
490-
- **[Code Samples](https://github.com/groupdocs-viewer-cloud) **: Complete examples in multiple programming languages
491-
- **[Community Forum](https://forum.groupdocs.cloud/c/viewer/9) **: Get help from developers and GroupDocs experts
492-
- **[Free Trial](https://dashboard.groupdocs.cloud/#/apps) **: Start building with 150 free API calls per month
488+
- [Product Documentation](https://docs.groupdocs.cloud/viewer/) Comprehensive API reference and guides
489+
- [Live API Explorer](https://reference.groupdocs.cloud/viewer/) Test API calls directly in your browser
490+
- [Code Samples](https://github.com/groupdocs-viewer-cloud) Complete examples in multiple programming languages
491+
- [Community Forum](https://forum.groupdocs.cloud/c/viewer/9) Get help from developers and GroupDocs experts
492+
- [Free Trial](https://dashboard.groupdocs.cloud/#/apps) Start building with 150 free API calls per month

content/viewer/english/basic-usage/get-document-information/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -803,6 +803,6 @@ Now that you've mastered document information extraction, here are logical next
803803
- **Machine Learning Integration**: Use extracted text for content classification and analysis
804804

805805
### Documentation and Tools
806-
- **[Complete Product Overview](https://products.groupdocs.cloud/viewer/) **: Understand all available features
807-
- **[Comprehensive API Documentation](https://docs.groupdocs.cloud/viewer/) **: Detailed reference for every endpoint
808-
- **[Interactive Live Demo](https://products.groupdocs.app/viewer/family) **: Test features without writing code
806+
- [Complete Product Overview](https://products.groupdocs.cloud/viewer/) Understand all available features
807+
- [Comprehensive API Documentation](https://docs.groupdocs.cloud/viewer/) Detailed reference for every endpoint
808+
- [Interactive Live Demo](https://products.groupdocs.app/viewer/family) Test features without writing code

content/viewer/english/basic-usage/get-supported-file-formats/_index.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1361,15 +1361,15 @@ class RobustFormatValidator {
13611361

13621362
### Quick Reference Links
13631363

1364-
- **[Product Overview](https://products.groupdocs.cloud/viewer/) ** - Features and capabilities
1365-
- **[API Documentation](https://docs.groupdocs.cloud/viewer/) ** - Complete technical reference
1366-
- **[Live Demo](https://products.groupdocs.app/viewer/family) ** - Try before you buy
1367-
- **[API Reference](https://reference.groupdocs.cloud/viewer/) ** - Detailed endpoint documentation
1368-
- **[Developer Blog](https://blog.groupdocs.cloud/categories/groupdocs.viewer-cloud-product-family/) ** - Tips, tutorials, and updates
1364+
- [Product Overview](https://products.groupdocs.cloud/viewer/) - Features and capabilities
1365+
- [API Documentation](https://docs.groupdocs.cloud/viewer/) - Complete technical reference
1366+
- [Live Demo](https://products.groupdocs.app/viewer/family) - Try before you buy
1367+
- [API Reference](https://reference.groupdocs.cloud/viewer/) - Detailed endpoint documentation
1368+
- [Developer Blog](https://blog.groupdocs.cloud/categories/groupdocs.viewer-cloud-product-family/) - Tips, tutorials, and updates
13691369

13701370
### Getting Help
13711371

13721372
Have questions about implementing file format validation? Running into issues with your integration? Here's how to get support:
13731373

1374-
- **[Free Support Forum](https://forum.groupdocs.cloud/c/viewer/9) ** - Community support and developer discussions
1375-
- **[Free Trial](https://dashboard.groupdocs.cloud/#/apps) ** - Test all features with generous usage limits
1374+
- [Free Support Forum](https://forum.groupdocs.cloud/c/viewer/9) - Community support and developer discussions
1375+
- [Free Trial](https://dashboard.groupdocs.cloud/#/apps) - Test all features with generous usage limits

content/viewer/english/data-structures/info-result/_index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -663,8 +663,8 @@ Ready to test your newfound skills? Here are some practical exercises:
663663

664664
## Essential Resources for Your Toolkit
665665

666-
- **[Product Page](https://products.groupdocs.cloud/viewer/) ** - Latest features and pricing information
667-
- **[API Documentation](https://docs.groupdocs.cloud/viewer/) ** - Comprehensive technical reference
668-
- **[Interactive API Reference](https://reference.groupdocs.cloud/viewer/) ** - Test API calls directly in your browser
669-
- **[Community Support Forum](https://forum.groupdocs.cloud/c/viewer/9) ** - Get help from experts and fellow developers
670-
- **[Free Trial Access](https://dashboard.groupdocs.cloud/#/apps) ** - Start building immediately with generous free limits
666+
- [Product Page](https://products.groupdocs.cloud/viewer/) - Latest features and pricing information
667+
- [API Documentation](https://docs.groupdocs.cloud/viewer/) - Comprehensive technical reference
668+
- [Interactive API Reference](https://reference.groupdocs.cloud/viewer/) - Test API calls directly in your browser
669+
- [Community Support Forum](https://forum.groupdocs.cloud/c/viewer/9) - Get help from experts and fellow developers
670+
- [Free Trial Access](https://dashboard.groupdocs.cloud/#/apps) - Start building immediately with generous free limits

content/viewer/english/data-structures/view-result/_index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -661,15 +661,15 @@ This knowledge forms the foundation for building sophisticated document viewing
661661

662662
Ready to dive deeper into document processing? Here are your next learning opportunities:
663663

664-
- **[InfoResult Tutorial](/data-structures/info-result) **: Learn to extract document metadata and page information
664+
- [InfoResult Tutorial](/data-structures/info-result) Learn to extract document metadata and page information
665665
- **Advanced Rendering Options**: Explore custom watermarking and page range selection
666666
- **Performance Optimization**: Master caching strategies and lazy loading techniques
667667
- **Security Best Practices**: Implement proper authentication and access controls
668668

669669
## Essential Resources for Continued Learning
670670

671-
- **[Product Overview](https://products.groupdocs.cloud/viewer/) **: Get the big picture of what's possible
672-
- **[Complete Documentation](https://docs.groupdocs.cloud/viewer/) **: Deep dive into every feature
673-
- **[API Reference](https://reference.groupdocs.cloud/viewer/) **: Your go-to for technical details
674-
- **[Community Support](https://forum.groupdocs.cloud/c/viewer/9) **: Get help from other developers
675-
- **[Free Trial](https://dashboard.groupdocs.cloud/#/apps) **: Test everything before you commit
671+
- [Product Overview](https://products.groupdocs.cloud/viewer/) Get the big picture of what's possible
672+
- [Complete Documentation](https://docs.groupdocs.cloud/viewer/) Deep dive into every feature
673+
- [API Reference](https://reference.groupdocs.cloud/viewer/) Your go-to for technical details
674+
- [Community Support](https://forum.groupdocs.cloud/c/viewer/9) Get help from other developers
675+
- [Free Trial](https://dashboard.groupdocs.cloud/#/apps) Test everything before you commit

content/viewer/english/getting-started/_index.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -189,10 +189,10 @@ Your document viewer implementation will support an extensive range of formats o
189189

190190
Ready to start implementing? Here are your essential resources:
191191

192-
- **[Product Overview](https://products.groupdocs.cloud/viewer/) ** - Learn about all available features and capabilities
193-
- **[Complete Documentation](https://docs.groupdocs.cloud/viewer/) ** - Dive deep into API reference and advanced features
194-
- **[Interactive Demo](https://products.groupdocs.app/viewer/family) ** - Try the viewer functionality before implementation
195-
- **[API Reference](https://reference.groupdocs.cloud/viewer/) ** - Complete API documentation with examples
196-
- **[Developer Blog](https://blog.groupdocs.cloud/categories/groupdocs.viewer-cloud-product-family/) ** - Latest updates and implementation tips
197-
- **[Community Support](https://forum.groupdocs.cloud/c/viewer/9) ** - Get help from developers and GroupDocs experts
198-
- **[Free Trial](https://dashboard.groupdocs.cloud/#/apps) ** - Start building immediately with free API access
192+
- [Product Overview](https://products.groupdocs.cloud/viewer/) - Learn about all available features and capabilities
193+
- [Complete Documentation](https://docs.groupdocs.cloud/viewer/) - Dive deep into API reference and advanced features
194+
- [Interactive Demo](https://products.groupdocs.app/viewer/family) - Try the viewer functionality before implementation
195+
- [API Reference](https://reference.groupdocs.cloud/viewer/) - Complete API documentation with examples
196+
- [Developer Blog](https://blog.groupdocs.cloud/categories/groupdocs.viewer-cloud-product-family/) - Latest updates and implementation tips
197+
- [Community Support](https://forum.groupdocs.cloud/c/viewer/9) - Get help from developers and GroupDocs experts
198+
- [Free Trial](https://dashboard.groupdocs.cloud/#/apps) - Start building immediately with free API access

content/viewer/english/getting-started/metered-consumption/_index.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1120,10 +1120,10 @@ A: This depends on your license agreement. Some licenses have hard limits that s
11201120

11211121
Want to dive deeper? Here are some valuable resources:
11221122

1123-
- **[Product Overview](https://products.groupdocs.cloud/viewer/) ** - Complete feature overview and pricing information
1124-
- **[API Documentation](https://docs.groupdocs.cloud/viewer/) ** - Comprehensive API reference and guides
1125-
- **[Live Demo](https://products.groupdocs.app/viewer/family) ** - Try GroupDocs Viewer features online
1126-
- **[API Reference UI](https://reference.groupdocs.cloud/viewer/) ** - Interactive API documentation
1127-
- **[Developer Blog](https://blog.groupdocs.cloud/categories/groupdocs.viewer-cloud-product-family/) ** - Latest updates and tutorials
1128-
- **[Community Support](https://forum.groupdocs.cloud/c/viewer/9) ** - Get help from the community and GroupDocs team
1129-
- **[Free Trial](https://dashboard.groupdocs.cloud/#/apps) ** - Start your free trial today
1123+
- [Product Overview](https://products.groupdocs.cloud/viewer/) - Complete feature overview and pricing information
1124+
- [API Documentation](https://docs.groupdocs.cloud/viewer/) - Comprehensive API reference and guides
1125+
- [Live Demo](https://products.groupdocs.app/viewer/family) - Try GroupDocs Viewer features online
1126+
- [API Reference UI](https://reference.groupdocs.cloud/viewer/) - Interactive API documentation
1127+
- [Developer Blog](https://blog.groupdocs.cloud/categories/groupdocs.viewer-cloud-product-family/) - Latest updates and tutorials
1128+
- [Community Support](https://forum.groupdocs.cloud/c/viewer/9) - Get help from the community and GroupDocs team
1129+
- [Free Trial](https://dashboard.groupdocs.cloud/#/apps) - Start your free trial today

0 commit comments

Comments
 (0)