-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
259628f
commit d599c5a
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Get coordinates (Top and Left) for any String or tToken in Word Document | ||
|
||
This [free consulting project](https://aspose-free-consulting.github.io/) helps you find the position of text between << and >>angle brackets relative to the page top left corner (in points). | ||
|
||
# How to Run the Project | ||
|
||
* You can either clone the repository using your favorite GitHub client or download the ZIP file | ||
* Extract the contents of the ZIP file to any folder on your computer | ||
* The project is created in Visual Studio 2019 | ||
* Open the solution file in Visual Studio and build the project | ||
* On the first run, the dependencies will automatically be downloaded via NuGet | ||
* [Get the temporary license](https://purchase.aspose.com/temporary-license) and put it in Debug folder | ||
* You can change the license file name in ApplyLicense method. | ||
* Run the project, and give full path input document, start and end page numbers | ||
|
||
## Interested in Aspose free consulting project? | ||
[If you are also interested in a free consulting project by Aspose team then please view details on this page](https://aspose-free-consulting.github.io/) | ||
|
||
If you have any questions about Aspose APIs, please feel free to [post your query in Aspose file format APIs Forums](https://forum.aspose.com/). | ||
|
||
Also, you can keep in touch with the latest developments in [file format APIs offered by Aspose at our Blog](https://blog.aspose.com/). | ||
|
||
## This free consluting project is based on the following issue: | ||
[I want to create a page splitter component without extra section breaks added](https://github.com/aspose-free-consulting/projects/issues/85) |