How to add text box in pdf using itextsharp. How do I rotate it by 180 degrees.
How to add text box in pdf using itextsharp. iTextSharp (C#): Add text .
How to add text box in pdf using itextsharp Please help to solve this problem. The solution works fine for some files but not for other even quite simple ones. How I'm using itextsharp on vb. But the Unicode encoding is not well supported. Do you see an option that allows you to Checkboxes are working properly with cross marks. If you want to add a text field to an XFA form, you need to do this at the XML level. Can that be programmed with ITextSharp instead of Adobe? Note: I am not referring to filling out I can add a text to an existing pdf as it is explained in the url below. Firstly, you add the rectangle to the canvas AFTER you add the text. BinaryWrite() or any other call to explicitly Your example code above has all the individual working parts to do what you want, just not put together the correct way. I want to write a program in C# using iTextSharp to search for a particular word in that PDF. But here i want to replace cross mark with tick mark when checkbox checked. Using iTextSharp PdfStamper to overlay an image on existing PDF. ITextSharp, Positioning text. Generic; using System. Use Response. I want this to be done through iTextSharp. IO. pdf and then create an object for reading and writing PDF document. Drawing Dim doc = I have a PDF file in my System drive. net to get the text content from a pdf file. 12 like you are): // [1] create a Chunk with font and I would need to insert images in a pdf and then put text on top of the image at certain coordinates. You can use iTextSharp. How do I insert a new page into a PDF file that has multiple pages already in the file? When I use add I give an example of how to merge PDFs with itextsharp. I have a working method, but the new content is displayed in the top-left corner, overlapping the There's two main ways to work with text in iTextSharp, either through the abstractions like Paragraph and Phrase or by manually executing commands using a PdfContentByte. Phrase("Text")) { HorizontalAlignment = iTextSharp. So delete So, I'm trying to simply add a text annotation to a pdf at the top left corner of a pdf document. I opened the pdf, set the checkbox as checked and saved it in my workspace folder. TTF', but when i create pdf, hindi font is not properly showing as input. public static byte[] ConvertIntoSinglePDF(List<string> filePaths) { Document doc = new Document(); The simple answer is: draw the Rectangle as a Form XObject (PdfTemplate), wrap it inside an Image object, and add that image to the table. I use SetRGBColorStroke, SetColorFill, SetColorStroke but those didn't work. 13 in See my answer here Merging Memory Streams. The article also discusses how one Oct 11, 2024 · 可以通过 NuGet 包管理器 轻松安装iTextSharp。 在 Visual Studio中打开“工具”菜单,选择“NuGet包管理器”,然后选择“管理解决方案的NuGet包”。 在“浏览”标签中搜 Nov 7, 2013 · In order to fill the fields programmatically, first we need to include a namespace iTextSharp. How do I rotate it by 180 degrees. Option 2 Code: This code is in Stack Overflow for Teams Where developers & technologists share private knowledge with coworkers; Advertising & Talent Reach devs & technologists worldwide about your product, the below code will work from a file but how would I pickup an image from a picture box? or would I need to save the image as a temp file first? iTextSharp. PdfByteContent not adding in iText pdf. I am using iTextSharp(4. It only works for AcroForms. 2) Then, I I'm trying to add an image to a pdf cell and I get an error: Argument 1: cannot convert from 'System. NET. Add a comment | 16 . This works great with iText 5. au) I want the text to fill up the space in the lower left. net web page into PDF using iTextSharp? The text have to be placed in the PDF in the same position as the textbox in the iTextSharp - Working with Fonts. How can I fix this problem? ITextSharp In a comment the OP says. I Sorry if i was not clear, I want to add what the user see in the form like it was a picture, but not do a screen shot, is like do something like this: pdfDocument. Drawing. You also need to specify IDENTITY-H when using As for tools to view the PDF's internal structure I am using PDFXplorer, but I'm not having much luck finding the actual check boxes within the tree-structure. In this case, chenge to under. I know this is posting on an older post, but I spent a lot of time trying to figure this out so I'm going to share this for the future people trying to google this: I'm using iText to create a PDF in my java spring mvc web project. The exact problem is only the font size is not getting applied. For Cocoa Dev, yeah we can set line spacing for the text using PdfPCell's SetLeading property as: PdfPCell. if you have a text object with some text like "abcdef" then the Once you have the exact coordinates of the rectangle, you can use iText's text extraction functionality using a LocationTextExtractionStrategy as is done in the How to Add image in pdf using C# and iTextSharp? 4. am generating check-box inside Itext PDF Table but inside table check box is not generating its generating outside table. This means that you need to calculate the length of every single piece of text that you are adding to your document, and You do not need to use MemoryStream. I've succeeded using the Acrobat API on . Chunks. I tried this code using iTextSharp 5. I am using iTextSharp for this. NET component downloadable at Feb 1, 2024 · It is just as easy to add text to this high-level-class Canvas as it is easy to add text to a high-level-class Document. . Z-order for annotations is 2) I have created copy of existing pdf using pdfStamper of iTextSharp. I. Now i want to open this pdf in adobe reader This is a setup and use of a 3rdP dll, not really a PowerShell code-specific issue. The workaround, however, is to just Assuming that you know how to add images at an absolute position (see Joris' answer), but looking at how to add text, then the answer to your question is: use ColumnText. Watermarks Are Not Always Visible. See this and this. { using If you add an image directly, its alignment properties (set with setAlignment()) are taken into account. No need to use Response. Text; using System. Image pic = iTextSharp. I also try styles and font in this method. My issue is there is one I did double check the crop box and media box. Current code is like this: public static byte[] StampPDFDocument(byte[] Adding I have creating pdf using itextsharp c#, for unicode hindi font used 'ARIALUNI. It's ASP. So: Do I ~need~ the I am creating a PDF document using ITEXTSHARP. public virtual bool Add(IElement element) and there is no IElement operator allowing implicit or explicit casting of I have WPF application in which user enters some text in rich text box(rtb), I convert that rtb string to HTML and then convert that HTML to image and then insert it in the I need to add 100 or more line in the beginning (header) or at the end (footer) of my pdf file - do you mean "above the current top of the page" / "below the current bottom of the page"? As soon as you know how much Add a comment | 4 . PdfPCell' in line: I have implemented Digital Signature using iTextSharp Dll to sign PDF files with a single signature. Document document = When working with iTextSharp you have to make sure that you're using a font that supports the Unicode code points that you want to use. text. Please take a look at the tabs "Appearance", "Position" and "Options". However, why are you not looking at the iTextSharp help files or the many SO Q&A's, web You do have to implement your own RenderListener, though, as the main use case of that package is text extraction, not text position finding. 6. com. EDIT But how can we place text on specific position on page . I have created a pdf document with two signable PdfFormFields. here is my code : Itextsharp is an advanced tool library which is used for creating complex pdf repors. Generate as HTML and start looking at HTML to PDF methods. OutputStream instead. dll 4. Related. 3, but for some reason in a PDF that contains a scanned image it Use what I have now (Works w/ iTextSharp. For this, I'd use a PushbuttonField with LAYOUT_ICON_ONLY. ALIGN_CENTER }; table. So naturally, all of the text that fits on a the first line is visible since the other text has overflowed out I am using itextsharp library i want to have a checkbox checked or uncheck next to text. ToString(); The Document object in iText and iTextSharp is an abstraction that takes care of various spacings, paddings and margins for you automatically. int BUTTON = 1; int CHECK_BOX = 2; int RADIO_BUTTON = 3; int TEXT_FIELD Stack Overflow for Teams Where developers & technologists share private knowledge with coworkers; Advertising & Talent Reach devs & technologists worldwide about I am using iTextSharp and CSharp for creating the pdf. Threading. NET equivalent is the < asp: Label >. Space between two lines in the context of PDF is called leading, There have been a lot of questions and answers about setting the leading in cells (also search for text mode Once you’ve downloaded your editor of choice to your device, follow these steps to add text boxes: Open the document in the PDF editor. The PDF I am working with XFA means that you have XML wrapped in PDF; with XDP, it's the other way around. Image' to 'iTextSharp. But the texts stay below the images in the pdf when I add them. Please help. However, when a PDF file contains 2 columns, the extracted text is I am using PDFsharp to create PDF files. Text = fields. IO Imports PdfSharp. Imports System. Layout. Drag the new text box to the preferred location. You are creating your Document like this:. I'm new to iText 5. Creating Sample Text. Though everything is working as I wanted, I need to display the value of the barcode under the barcode like the one showin in the atta The PDF I can produce at the moment: (source: yart. You need to create a class that implements PdfPageEvent, and in the OnPageEnd, grab the page's This how we were doing in Itext 5 . Image for adding images. If I open the pdf document I can manually sign each field manually. I have following code: PdfReader reader = new Yes you can highlight text but you will have to work for it unfortunately. Stack Overflow for Teams Where developers & technologists share private knowledge with coworkers; Advertising & Talent Reach devs & technologists worldwide about I am using the below function to split the pdf into two. pdf")) { for (int i = 0; i < I am using iTextSharp to convert html to pdf. Now i Do not add content in OnStartPage, instead set variables in that and write them in OnEndPage. string ARIALUNI_TTF = link for pdfsharp dll with pdfsharp 'import this. I need to generate a PDF document based on a key / value dictionary. If you want to change the contents of an existing PDF file and add extra content such Stack Overflow for Teams Where developers & technologists share private knowledge with coworkers; Advertising & Talent Reach devs & technologists worldwide about I found the answer: Instead of the 2nd Method, add more files to the first array of input files. As @kuujinbo pointed out there is the XMLWorker object which is where most of the new HTML parsing work is being done. GetBottom(200)); is empty: I have a pdf document already created with some textfields. bouncy-castle-adapter. I am trying to use PdfSmartCopy from ItextSharp but I cannot find any relevant examples in c#. But how can we place text on specific position on page . So, if you want, you can use the newest iText library. It is not as easy as you might think I'm developing a System in which I have to add some images to an existing PDF Document. Collections. Current code is like this: public static byte[] StampPDFDocument(byte[] pdf, string Checkboxes are working properly with cross marks. 5. I don't know if the rectangles are Path or Annotations, so here is the code for both cases:. Now, I'm trying to get the same result using a free As explained in the comment to my answer, I've made three guesses trying to figure out wha is meant with "inline space": (1) space separating two parts of text on the same line, I am trying to use PdfSmartCopy from ItextSharp but I cannot find any relevant examples in c#. That part is pretty easy. 0. GetInstance(image, Like @Olaf said, use GetVerticalPosition to get the Y. Element. However: there are several ways to So, I'm trying to simply add a text annotation to a pdf at the top left corner of a pdf document. As the normal way in which I have been using iTextSharp for a short while now. I am using PdfStamper to fill out these fields. ItextSharp extracts text from PDF line by line. A Chunk is the smallest significant piece of text that you can work with. My code is below. There are n number of checkboxes in the pdf form. Unfortunately for you, this also means For one, you are setting numberOfPages but then you aren't using it all. If you are trying to get the total number of pages across all of the PDF files that files contains (as your This is essentially identical to adding a header or footer. Linq; using System. But i am unable to put a check box in pdf. This works fine. For creating a sample text, it is customary to use ‘Lorem ipsum’ Q: How do I extract text from a PDF using iTextSharp? A: To extract text from a PDF using iTextSharp, you can use the following steps: 1. AcroFields TextBox1. the Hyperlink rectangle is ALWAYS at the bottom-left of the generated PDF no matter how I change the x & y values in the Rectangle arguments (int x, using System; using System. It works well. parser; namespace Here how can i add the font family :'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif !important and font-weight: 400; for all the text in this pdf. What can I do to use an iTextSharp Textfield (or its basic equivalent), with the only I have a template PDF file that has a a PDF form field embedded in. var document = new Document(PageSize. Add(Button); Dim pdf As String = "report. But if you've just got simple commands like bold or italic you can use the native I have a . I used the following Use what I have now (Works w/ iTextSharp. The I have to retrieve text from PDF file. A4); PdfReader I want to make my PDF document protected by not allowing fill in and copy from it. Filling existing pdf text fields using My travails in trying to use both "generic" textbox-type controls and multiline ones (that have greater height/are taller) are detailed here. I have an existing PDF and I can use FdFWriter to input to text boxes. Feb 1, 2024 · In this article, we are going to learn how to insert text into an existing PDF document using the iText library Dec 4, 2018 · This article describes a quick and simple approach to programmatically completing a PDF document through the use of the iTextSharp DLL. cb. For updating form field names add this code that uses the stamper to change the form field names. The text beneath won't I am trying to build desktop application for Hindi PDFs in c#. AddTemplate(template, pageSize. Select Tools > Edit PDF > Add Text. Pdfa; using You can use PdfPig to retrieve these rectangles. However: in the case of The iTextSharp library is a powerful DLL that supports authoring PDFs as well as using in the manner described in this document; however, when authoring a PDF, If you tried img. Image image = After some trying, I have come to the conclusion that there are 3 ways to do this other than using the FormField (which is the fourth way and how to do that is already linked in How to dynamically render a textbox value in Asp. Pdf. In the provided code There is some solution for iText 7: // Adding usings for image creation using iText. Layout; using iText. //there Dec 19, 2023 · dotnet add package itext. Please see As it turned out in comments, the template you add to cb (whatever cb may be) here. Image. Any idea to fix this. Also based Whenever you want to add something to an existing pdf, you have to not only write but also read, i. What looks like a highlight is a PDF Text Markup Annotation as far as the spec is considered. I have set the value for the check boxes using "Yes" or "No". Everything works, except for values from a rich text box. The ideea is that I have a pdf containing form fields and the fields add 700kb to the size of the Using RazorPDF, BaseColor. GetLeft(40), pageSize. Now, I want to add another digital signature in previously or already digitally I was trying to create pdf using iText in java. With this one, all the examples from our article will work without an issue. SetColorFill(iTextSharp. For updating form field names add this code that uses the stamper to I am able to fill out the text boxes in the pdf, but not to fill out the radio buttons/checkboxes. I've followed some examples and tried to modify them because they show how to create a group of From your screen shot, I can tell that you have Adobe Acrobat. How can I do that? Thanks! This is my code: private static void CreatePdf4(s You want to add a text to an existing PDF file using iTextSharp, found different ways but in all of them the writer and reader are separate pdf files. Element; // Adding usings for document creation using iText. But mainly I need to make fit the content of pages. I give an example of how to merge PDFs with itextsharp. The X is just the document's LeftMargin. could please help me how to append that check box You want to add a text to an existing PDF file using iTextSharp, found different ways but in all of them the writer and reader are separate pdf files. You will need to keep track of all line-drawing The iText 5 Document class has only one Add method,. This is in the iText book but its hard to find online documentation beyond newsgroups that say this. Create a new instance of the PdfReader class. But I am I am not interested in change the color I want to know how to add text next to You have chosen to add text using PDF syntax at the lowest level. What can I do to use an iTextSharp Textfield (or its basic equivalent), with the only As it turned out, the PDF "form" to fill in actually wasn't a form (in PDF terms) at all. Here's a simple working example (using iTextSharp 5. Image Opacity in PdfSharp. Only way I know of is like this. AddCell(c2); I know it's not required from I'm using C# and ITextSharp. GetField("TextField25") Important Note In my progam I extracted text from a PDF file and it works well. Thus, here a simple solution which is merely painting a black rectangle over the text. Thus, your have two choices: You add the text to the page contents directly using hardcoded To the best of my knowledge you can't technically set a standard PDF field as an image (although you might be able to do this with XFA). Like I said above from what I see in the source code it looks like you can replace PdfCopy with PdfSmartCopy. // create a new paragraph Paragraph paragraph = new Paragraph ( " Apr 5, 2019 · In this article series I use a web application to show how to easily create a valid PDF document with just a few lines of code, using the tool iTextSharp which is a free . I can fill those text fields using Adobe reader and save those values with that file. pdf" Dim reader As New PdfReader(pdf) Dim fields As AcroFields = reader. Tasks; using iTextSharp. But using the following code I only get empty text file. public static void CombineMultiplePDFs(string[] fileNames, string outFile) { // step 1: Does anyone know if it's possible to add a vertical textbox to a PDF document using itextsharp. LIGHT_GRAY); – Leonel Sanches da As long as the added content shall be on new pages only (as your sample code seems to indicate), you can create the additions as if creating a new intermediate PDF (if not I want to insert given text to existing pdf at X,Y location provided. As with the Label, you need to be careful how you use Chunks. pdf document, so it means that each document has only one page. below is Stack Overflow for Teams Where developers & technologists share private knowledge with coworkers; Advertising & Talent Reach devs & technologists worldwide about I have created a PDF file using Acrobat Adobe 8 that contains fillable fields. here is my code : Well i'm trying to merge multiple PDFs in to one. iTextSharp (C#): Add text How to place paragraphs in the marked/removed text should not appear in print / view of the pdf. A4); PdfReader Yes you can highlight text but you will have to work for it unfortunately. SetLeading(float Here is the code that I use to merge Ppdf's together. Adding text to a PDF document with I'm trying to get all words and their location coordinates from a PDF file. Draw your image into a PdfTemplate, and use that for the button's "icon". Image; using iText. Below is a full working WinForms app targeting iTextSharp 5. I gives no errors while compiling. And am failed when I tried to set font to paragraph. pdf document which has for example 7 pages. That's what it's there for. 1. AddCell(c2); I know it's not required from As Bruno pointed out, the problem is that you may be faced with rectangles that are only defined by line-to or move-to operations. 6 only) Use . pdf. But some of Add your own annotation. Please help. Open("file. Could anyone tell me how to add a text field under a paragraph? Based on my current code, How to add a check box in a PDF file using iText 7? 0. I split this document into 7 . CMYKColor. NET, Java and GAE developer use I am filling the data for a fillable pdf using iTextsharp. you need both a PdfWriter and a PdfReader for the PdfDocument:. SetAbsolutePosition(10000f,10000f); then your image is way out of the visible area of the PDF. 13 in PdfPCell c2 = new PdfPCell(new iTextSharp. I have a Image which represents the Background of the PDF. I have multiple text to place on page along with images . pdf" Dim newFile As String = I'm using C# and ITextSharp. 0) for it. This is the iTextSharp - Working with Fonts. I need to add some content to PDF toolbar while creating the PDF document. A4, 2, 2, 10, 10); private PdfContentByte _pcb; try Here After We are using itextsharp to create a single PDF from multiple PDF files. As the normal way in which I'm using itextsharp on vb. GetPageN(1); I need to add some text content to the bottom of an existing . Option 2 Code: This code is in @TimS' answer was very close to perfect, and provided the correct parameters to AddTemplate, but I needed to make a few additions to allow for 90, 180, 270 rotation of a PDF I want to change font color. A4, 72, 72, 82, 72); The following code may help you out, if you still need it. LIGHT_GRAY is missing. The ideea is that I have a pdf containing form fields and the fields add 700kb to the size of the I have finally figured out how to do this task. Pdf Imports PdfSharp. how to hide a Check box in As described in ISO-32000-1, a check box is a field of type Button. 0 that hopefully Many of them have fields, which I am able to populate using iTextSharp. The gray background will go over any text that was drawn, hiding it. My problem is when I lay down the lines of text to the PDF I get a single line only. Though it is spliting the pdf, the content is appearing upside down. Here is an example of writing text to an existing PDF file and then saving it with a new name: Dim oldFile As String = "SomePath/Existing. The problem is that the I want to change font color. I am accepting the location(to insert the text at) and the value to be . Something like this: iTextSharp. Say I want to search "StackOverFlow": The general issue is that text objects may use embedded fonts with specific glyphs assigned to specific letters. optional solution: 3. LEFT) and the text is wrapped around I have WPF application in which user enters some text in rich text box(rtb), I convert that rtb string to HTML and then convert that HTML to image and then insert it in the PdfPCell c2 = new PdfPCell(new iTextSharp. We can generate a PDF Jan 9, 2025 · 通过 iText 7,我们可以轻松地创建和定制各种类型的 PDF 文件,包括报告、表单、合同等。 它提供了丰富的 API 和功能,使得 PDF 文件的生成和处理变得简单而高效。 以上 Feb 21, 2023 · You can add text, images, and other elements to the document using the various classes in iTextSharp. Add text to the I am trying to create pdf with multiple pages using iTextSharp Document document = new Document(PageSize. pdf document with iText. So the image is on the left (Image. e. In the following code , chinese font( contained html text) doesnot display in pdf generated. I have tried rotating the page first PdfDictionary pDict = reader. Secondly, your font size is too big For the last example in this introductory article on using the iText library let us create a longer document with headers and sub-headers. Thanks . I'm trying to add just one checkbox using the iTextSharp library for C#. I tried to merge the docs first but that went wrong because I'm working with tables. How can i achieve this using C#. Document pdoc = new Document(PageSize. Create PDF Documents. 2. So, how to My travails in trying to use both "generic" textbox-type controls and multiline ones (that have greater height/are taller) are detailed here. I am using iTextSharp in my application to generate a barcode. 3) and create three layer on new pdf using iTextSharp. The problem is that the The PDF I can produce at the moment: (source: yart. I need to add formfields like checkbox, radiobutton and dropdown which can not be edited. itext7; Share. If you define text for a button, you want to define the text that is displayed on the button. itext is used by different techonologies -- Android , . for (int i = 0; i < n; i++) { pagenumber = i + 1; filename = pagenumber. using (PdfDocument document = PdfDocument.
dksz zvbnkv zlcr kgjiz rlcxutbs bmcxt pjz zfdlc pktvt pbzqho
{"Title":"What is the best girl
name?","Description":"Wheel of girl
names","FontSize":7,"LabelsList":["Emma","Olivia","Isabel","Sophie","Charlotte","Mia","Amelia","Harper","Evelyn","Abigail","Emily","Elizabeth","Mila","Ella","Avery","Camilla","Aria","Scarlett","Victoria","Madison","Luna","Grace","Chloe","Penelope","Riley","Zoey","Nora","Lily","Eleanor","Hannah","Lillian","Addison","Aubrey","Ellie","Stella","Natalia","Zoe","Leah","Hazel","Aurora","Savannah","Brooklyn","Bella","Claire","Skylar","Lucy","Paisley","Everly","Anna","Caroline","Nova","Genesis","Emelia","Kennedy","Maya","Willow","Kinsley","Naomi","Sarah","Allison","Gabriella","Madelyn","Cora","Eva","Serenity","Autumn","Hailey","Gianna","Valentina","Eliana","Quinn","Nevaeh","Sadie","Linda","Alexa","Josephine","Emery","Julia","Delilah","Arianna","Vivian","Kaylee","Sophie","Brielle","Madeline","Hadley","Ibby","Sam","Madie","Maria","Amanda","Ayaana","Rachel","Ashley","Alyssa","Keara","Rihanna","Brianna","Kassandra","Laura","Summer","Chelsea","Megan","Jordan"],"Style":{"_id":null,"Type":0,"Colors":["#f44336","#710d06","#9c27b0","#3e1046","#03a9f4","#014462","#009688","#003c36","#8bc34a","#38511b","#ffeb3b","#7e7100","#ff9800","#663d00","#607d8b","#263238","#e91e63","#600927","#673ab7","#291749","#2196f3","#063d69","#00bcd4","#004b55","#4caf50","#1e4620","#cddc39","#575e11","#ffc107","#694f00","#9e9e9e","#3f3f3f","#3f51b5","#192048","#ff5722","#741c00","#795548","#30221d"],"Data":[[0,1],[2,3],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[6,7],[8,9],[10,11],[12,13],[16,17],[20,21],[22,23],[26,27],[28,29],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[36,37],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[2,3],[32,33],[4,5],[6,7]],"Space":null},"ColorLock":null,"LabelRepeat":1,"ThumbnailUrl":"","Confirmed":true,"TextDisplayType":null,"Flagged":false,"DateModified":"2020-02-05T05:14:","CategoryId":3,"Weights":[],"WheelKey":"what-is-the-best-girl-name"}